Skip to content

Commit

Permalink
add ObjectiveTumblr 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 26, 2012
1 parent 5ad870a commit a60c1c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ObjectiveTumblr/0.1.0/ObjectiveTumblr.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveTumblr'
s.version = '0.1.0'
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.0' }
s.source_files = 'ObjectiveTumblr/Classes/*.{h,m}'
s.requires_arc = true

s.dependency 'MKNetworkKit'
s.dependency 'RSOAuthEngine'
s.dependency 'JTObjectMapping'
s.dependency 'JSONKit'
end

0 comments on commit a60c1c4

Please sign in to comment.