Skip to content

Commit

Permalink
Merge pull request #508 from claybridges/pubnub-api-3.3-podspec
Browse files Browse the repository at this point in the history
[Add] pubnub-api (3.3)
  • Loading branch information
fabiopelosin committed Sep 17, 2012
2 parents 398ea83 + e6d9987 commit 60e1ba3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pubnub-api/3.3/pubnub-api.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'pubnub-api'
s.version = '3.3'
s.summary = 'PubNub makes Real-time Real Easy with a Simple Communications API.'
s.homepage = 'https://github.com/pubnub/pubnub-api'
s.author = { 'PubNub' => 'hello@pubnub.com' }
s.source = { :git => 'https://github.com/pubnub/pubnub-api.git', :commit => '069ee8526c05bd97d7edd60a89aa161b8c3a9fc4' }
s.platform = :ios
s.license = 'MIT'
s.source_files = 'objective-c/3.3/Pubnub/PubNub'
s.requires_arc = true
end

0 comments on commit 60e1ba3

Please sign in to comment.