Files
JBChartView/SRMonthPicker/0.1.1/SRMonthPicker.podspec
T
2012-08-21 21:03:29 +01:00

13 lines
525 B
Ruby

Pod::Spec.new do |s|
s.name = "SRMonthPicker"
s.version = "0.1.1"
s.summary = "Like UIDatePicker, but without the days."
s.homepage = "https://www.github.com/simonrice/SRMonthPicker"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Simon Rice" => "im@simonrice.com" }
s.source = { :git => "https://github.com/simonrice/SRMonthPicker.git", :tag => "0.1.1" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
end