Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add GAPandoraBotsClient version 1.0.0
  • Loading branch information
guilhermeandrade committed Mar 3, 2013
1 parent 2a5ed52 commit f08e448
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GAPandoraBotsClient/1.0.0/GAPandoraBotsClient.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "GAPandoraBotsClient"
s.version = "1.0.0"
s.license = 'MIT'
s.summary = "An API Client for Registering and Unregistering Devices with Urban Airship."
s.homepage = "https://github.com/guilhermeandrade/GAPandoraBotsClient"
s.authors = {'Guilherme Andrade' => 'gui.aandrade@gmail.com'}
s.source = { :git => 'https://github.com/guilhermeandrade/GAPandoraBotsClient.git', :tag => '1.0.0' }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.dependency 'AFNetworking', '~> 1.0'
s.dependency 'AFKissXMLRequestOperation'
end

0 comments on commit f08e448

Please sign in to comment.