-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tap on the tags and other improvements
- Loading branch information
1 parent
d83eb71
commit 37715d2
Showing
6 changed files
with
166 additions
and
35 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 = "AMTagListView" | ||
s.version = "0.2" | ||
s.summary = "UIScrollView subclass that allows to add a list of highly customizable tags." | ||
s.homepage = "https://github.com/andreamazz/AMTagListView" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Andrea Mazzini" => "[email protected]" } | ||
s.source = { :git => "https://github.com/andreamazz/AMTagListView.git", :tag => '0.2' } | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'AMTagListView', '*.{h,m}' | ||
s.requires_arc = true | ||
end |
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
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
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
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
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