Files
JBChartView/Overline/0.1.0/Overline.podspec
T
2013-01-05 18:35:33 +09:00

14 lines
528 B
Ruby

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