Skip to content

Instantly share code, notes, and snippets.

@haraldmartin
Last active October 13, 2015 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haraldmartin/4203476 to your computer and use it in GitHub Desktop.
Save haraldmartin/4203476 to your computer and use it in GitHub Desktop.
ObjectiveTumblr.podspec
Pod::Spec.new do |s|
s.name = 'ObjectiveTumblr'
s.version = '0.1.3'
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 => 'https://github.com/haraldmartin/ObjectiveTumblr.git' }
s.source_files = 'ObjectiveTumblr/Classes/*.{h,m}'
s.requires_arc = true
s.dependency 'MKNetworkKit'
# s.dependency 'RSOAuthEngine', podspec: 'https://gist.github.com/haraldmartin/6672812/raw/d8ba9cdd9b513612f8d7f8aa726422f5d3d672e7/RSOAuthEngine.podspec'
s.dependency 'JTObjectMapping'
s.dependency 'JSONKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment