Skip to content

Instantly share code, notes, and snippets.

@juliengrimault
Last active December 19, 2015 11:19
Show Gist options
  • Save juliengrimault/5947007 to your computer and use it in GitHub Desktop.
Save juliengrimault/5947007 to your computer and use it in GitHub Desktop.
TH RSOAuthEngine spec
Pod::Spec.new do |s|
s.name = 'RSOAuthEngine'
s.version ='1.3.1'
s.license = 'MIT'
s.summary = 'ARC based OAuth engine for MKNetworkKit.'
s.homepage = 'https://github.com/rsieiro/RSOAuthEngine'
s.authors = { 'Rodrigo Sieiro' => '[email protected]' }
s.source = {:git => 'https://github.com/rsieiro/RSOAuthEngine.git', :tag => '1.3.1'}
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