Skip to content

Instantly share code, notes, and snippets.

@sumchattering
Last active December 27, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumchattering/7318682 to your computer and use it in GitHub Desktop.
Save sumchattering/7318682 to your computer and use it in GitHub Desktop.
AFRocketClient.podspec
Pod::Spec.new do |s|
s.name = 'AFRocketClient'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'AFNetworking Client for Server sent events'
s.homepage = 'https://github.com/derrh/AFRocketClient'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/ebuddy/AFRocketClient' }
s.source_files = 'AFRocketClient/*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.7'
s.dependency 'AFNetworking', '~> 2.0.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment