-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from 3pillarlabs/AutoCompleteFramework
Framework working with Carthage and CocoaPods.
- Loading branch information
Showing
82 changed files
with
94 additions
and
153,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AutoCompletion" | ||
s.version = "1.2.1" | ||
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}" | ||
end |
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
Examples/AutoCompletionDemo/AutoCompletion.framework/Headers/AutoCompletion.h
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Examples/AutoCompletionDemo/AutoCompletion.framework/Headers/AutoCompletionAnimator.h
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
Examples/AutoCompletionDemo/AutoCompletion.framework/Headers/AutoCompletionTextField.h
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...s/AutoCompletionDemo/AutoCompletion.framework/Headers/AutoCompletionTextFieldDataSource.h
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...les/AutoCompletionDemo/AutoCompletion.framework/Headers/AutoCompletionTextFieldDelegate.h
This file was deleted.
Oops, something went wrong.
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
Examples/AutoCompletionDemo/AutoCompletion.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.