Files
JBChartView/Overline/0.0.1/Overline.podspec
T
2012-12-25 08:15:42 +09:00

13 lines
497 B
Ruby

Pod::Spec.new do |s|
s.name = "Overline"
s.version = "0.0.1"
s.summary = "Objective-C utilities and shorthands."
s.homepage = "https://github.com/yaakaito/Overline"
s.license = 'MIT'
s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" }
s.source = { :git => "https://github.com/yaakaito/Overline.git", :tag => "0.0.1" }
s.source_files = 'Overline', 'Overline/**/*.{h,m}'
s.public_header_files = 'Overline/**/*.h'
s.requires_arc = true
end