Last active
December 17, 2015 20:49
-
-
Save marcdown/5670658 to your computer and use it in GitHub Desktop.
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 = 'PubNub' | |
s.version = '3.4' | |
s.summary = 'PubNub makes Real-time Real Easy with a Simple Communications API.' | |
s.homepage = 'https://github.com/pubnub/objective-c' | |
s.author = { 'PubNub' => '[email protected]' } | |
s.source = { :git => 'https://github.com/pubnub/objective-c.git', :commit => 'b827fd9cae78e8c42b0c56829e3089dfbf54d998' } | |
s.platform = :ios | |
# s.license = 'TBD' | |
s.source_files = 'iOS/3.4/pubnub/libs/PubNub/Core/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Buffers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/Presence/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Crypto/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Parsers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Categories/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Protocols/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Network/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Network/Packets/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Network/Transport/*.{h,m}' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment