Last active
December 18, 2015 15:38
-
-
Save merenkoff/5805296 to your computer and use it in GitHub Desktop.
AccountsiOS pod public
This file contains 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 = "AccountTunehogiOS" | |
s.version = "0.1.0" | |
s.summary = "a Pod for usage Accounts Tunehog.com authorisation mechanism." | |
s.homepage = "http://tunhog.com/AccountTunehogiOS" | |
s.license = 'GPL' | |
s.authors = { "Sergei Merenkov" => "[email protected]", "Eugene Koval" => "[email protected]" } | |
s.source = { :git => "[email protected]:wetunein/accounts-ios.git", :tag => "0.1.0"} | |
s.platform = :ios, '6.0' | |
s.source_files = 'Classes', 'Classes/**/*.{h,m,xib}' | |
s.requires_arc = true | |
s.dependency 'AFNetworking', '~> 1.3.0' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment