Skip to content

Instantly share code, notes, and snippets.

@hlfcoding
Last active December 18, 2015 04:58
Show Gist options
  • Save hlfcoding/5728854 to your computer and use it in GitHub Desktop.
Save hlfcoding/5728854 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'CargoBay'
s.version = '0.3.2'
s.license = 'MIT'
s.summary = 'The Essential StoreKit Companion.'
s.homepage = 'https://github.com/mattt/CargoBay'
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/CargoBay.git', :tag => '0.3.2' }
s.source_files = 'CargoBay'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.frameworks = 'StoreKit', 'Security'
s.dependency 'AFNetworking', '~> 1.2.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment