Files
JBChartView/MTPocket/0.6.0/MTPocket.podspec
T
Fabio Pelosin 301a108173 Back to green.
2012-10-03 15:33:19 +02:00

14 lines
636 B
Ruby

Pod::Spec.new do |s|
s.name = "MTPocket"
s.version = "0.6.0"
s.summary = "Web request library that doesn't suck. Simple and powerful. Convenient and informative. JSON and XML to collection object conversion."
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.6.0" }
s.source_files = 'MTPocket/*.{h,m}'
s.dependency 'XMLDictionary', '~> 2.0.0'
s.dependency 'MTJSONUtils', '~> 0.0.1'
s.dependency 'Base64'
end