Skip to content

Commit

Permalink
origin/AutoCompleteFramework
Browse files Browse the repository at this point in the history
Podspec and readme updated.
  • Loading branch information
BogdanTC committed Oct 20, 2017
1 parent 219b399 commit 8aa107c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions AutoCompletion.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Pod::Spec.new do |s|
s.name = "AutoCompletion"
s.version = "1.2.1"
s.summary = "Text auto completion framework."
s.description = "Library can be used via cocoapods in any project."
s.homepage = "https://github.com/3pillarlabs/ios-autocomplete/tree/AutoCompleteFramework"
s.summary = "Autocomplete textfield."
s.description = "A framework which provides text field suggestions as a dropdown list. It is available with iOS 9 and later, Objective-C or Swift."
s.homepage = "https://github.com/3pillarlabs/ios-autocomplete"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Bogdan Todea-Cristea" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/3pillarlabs/ios-autocomplete.git", :tag => "#{s.version}" }
s.source_files = "Framework/AutoCompletion/AutoCompletion", "Framework/AutoCompletion/AutoCompletion/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Description

A framework which provides text field suggestions as a dropdown list. It is available with iOS 8 and later, Objective-C or Swift.
A framework which provides text field suggestions as a dropdown list. It is available with iOS 9 and later, Objective-C or Swift.

**Project Rationale**

Expand Down

0 comments on commit 8aa107c

Please sign in to comment.