- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCBUIKit.podspec
More file actions
Latest commit
12 lines (12 loc) · 579 Bytes
/
Copy pathCBUIKit.podspec
File metadata and controls
12 lines (12 loc) · 579 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name="CBUIKit"
s.version="1.1.4"
s.summary="CBUIKit is my (at the moment small) collection of extensions to UIKit, like tableview datasource implementations, views, etc."
s.homepage="https://github.com/chbeer/CBUIKit"
s.license='MIT'
s.author={"Christian Beer"=>"christian.beer@chbeer.de"}
s.source={:git=>"https://github.com/chbeer/CBUIKit.git",:tag=>s.version.to_s}
s.platform=:ios,'6.1'
s.source_files='Classes','Classes/**/*.{h,m}'
s.requires_arc=true
end