Last active
December 27, 2015 11:29
-
-
Save sumchattering/7318682 to your computer and use it in GitHub Desktop.
AFRocketClient.podspec
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 = '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' => '[email protected]' } | |
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