Last active
December 19, 2015 11:19
-
-
Save juliengrimault/5947007 to your computer and use it in GitHub Desktop.
TH RSOAuthEngine spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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