From f08e448d5b94c0ad87d2fbbb16651ff073872815 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sun, 3 Mar 2013 01:08:48 -0300 Subject: [PATCH] Add GAPandoraBotsClient version 1.0.0 --- .../1.0.0/GAPandoraBotsClient.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 GAPandoraBotsClient/1.0.0/GAPandoraBotsClient.podspec diff --git a/GAPandoraBotsClient/1.0.0/GAPandoraBotsClient.podspec b/GAPandoraBotsClient/1.0.0/GAPandoraBotsClient.podspec new file mode 100644 index 00000000000000..b7810078bb6cdf --- /dev/null +++ b/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 \ No newline at end of file