Files
JBChartView/MTPocket/0.4.0/MTPocket.podspec
T
2012-08-13 12:10:12 -06:00

14 lines
507 B
Ruby

Pod::Spec.new do |s|
s.name = "MTPocket"
s.version = "0.4.0"
s.summary = "A Cocoa web request library that doesn't suck."
s.homepage = "https://github.com/mysterioustrousers/MTPocket"
s.license = 'BSD'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTPocket.git", :tag => "0.4.0" }
s.source_files = 'MTPocket/*.{h,m}'
s.dependency 'XMLDictionary', '~> 2.0.0'
s.dependency 'Base64'
end