Skip to content

Commit

Permalink
Adding podspec for Orbiter 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 6, 2014
1 parent b00d557 commit 8290942
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Orbiter/2.0.2/Orbiter.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'Orbiter'
s.version = '2.0.2'
s.license = 'MIT'
s.summary = 'Push Notification Registration for iOS.'
s.homepage = 'https://github.com/mattt/Orbiter'
s.social_media_url = 'https://twitter.com/mattt'
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/Orbiter.git', :tag => '2.0.2' }
s.source_files = 'Orbiter'

s.requires_arc = true

s.ios.deployment_target = '6.0'

s.dependency 'AFNetworking', '~> 2.1'
end

0 comments on commit 8290942

Please sign in to comment.