Skip to content

Commit

Permalink
Merge pull request #19 from 3pillarlabs/AutoCompleteFramework
Browse files Browse the repository at this point in the history
Framework working with Carthage and CocoaPods.
  • Loading branch information
david-livadaru-3pillarglobal authored Oct 20, 2017
2 parents 2466aac + 6d8cb49 commit 4c5e287
Show file tree
Hide file tree
Showing 82 changed files with 94 additions and 153,761 deletions.
12 changes: 12 additions & 0 deletions AutoCompletion.podspec
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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit 4c5e287

Please sign in to comment.