forked from andreamazz/AMTagListView
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAMTagListView.podspec
More file actions
Latest commit
12 lines (12 loc) · 573 Bytes
/
Copy pathAMTagListView.podspec
File metadata and controls
12 lines (12 loc) · 573 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="AMTagListView"
s.version="0.4"
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"=>"andrea.mazzini@gmail.com"}
s.source={:git=>"https://github.com/andreamazz/AMTagListView.git",:tag=>'0.4'}
s.platform=:ios,'5.0'
s.source_files='AMTagListView','*.{h,m}'
s.requires_arc=true
end