Files
JBChartView/ObjectiveTumblr/0.1.1/ObjectiveTumblr.podspec
T
Francis Chong 2cb375fa89 update version
2012-04-26 19:51:24 +08:00

17 lines
663 B
Ruby

Pod::Spec.new do |s|
s.name = 'ObjectiveTumblr'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'Tumblr API Client for Objective-C with minimal features, based on Tumblr API v2 (OAuth).'
s.homepage = 'https://github.com/IgnitionSoft/ObjectiveTumblr'
s.authors = { 'Francis Chong' => 'francis@ignition.hk' }
s.source = { :git => 'git://github.com/IgnitionSoft/ObjectiveTumblr.git', :tag => '0.1.1' }
s.source_files = 'ObjectiveTumblr/Classes/*.{h,m}'
s.requires_arc = true
s.dependency 'MKNetworkKit'
s.dependency 'RSOAuthEngine'
s.dependency 'JTObjectMapping'
s.dependency 'JSONKit'
end