Skip to content

Instantly share code, notes, and snippets.

@haraldmartin
Last active December 16, 2015 14:49
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/5451047 to your computer and use it in GitHub Desktop.
Save haraldmartin/5451047 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'RSOAuthEngine'
s.version = '1.2.0'
s.license = 'MIT'
s.summary = 'ARC based OAuth engine for MKNetworkKit.'
s.homepage = 'https://github.com/rsieiro/RSOAuthEngine'
s.authors = { 'Rodrigo Sieiro' => 'rsieiro@sharpcube.com' }
s.source = {:git => 'https://github.com/rsieiro/RSOAuthEngine.git', :tag => '1.2.0'}
s.source_files = 'RSOAuthEngine/*.{h,m}'
s.requires_arc = true
s.dependency 'MKNetworkKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment