Skip to content

Instantly share code, notes, and snippets.

@merenkoff
Last active December 18, 2015 15:38
Show Gist options
  • Save merenkoff/5805296 to your computer and use it in GitHub Desktop.
Save merenkoff/5805296 to your computer and use it in GitHub Desktop.
AccountsiOS pod public
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