Files
JBChartView/CKUITools/0.2/CKUITools.podspec
T
Constantine Karlis 7ce93987a2 Added CKUITools v0.2
2013-02-10 21:20:27 +01:00

12 lines
563 B
Ruby

Pod::Spec.new do |s|
s.name = "CKUITools"
s.version = "0.2"
s.summary = "A collection of Categories and other tools designed to make a developer's life easier."
s.homepage = "https://github.com/genericspecific/CKUITools"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Constantine Karlis" => "dino@constantinekarlis.com" }
s.source = { :git => "https://github.com/genericspecific/CKUITools.git", :tag => "v0.2" }
s.platform = :ios
s.source_files = '*.{h,m}'
s.requires_arc = true
end