[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 3 / 5 / 4 / AeroGear-Push / 0.7.0 / AeroGear-Push.podspec.json
blob6509e09ab05c7cfe3cee241bca6785c24b590c41
2   "name": "AeroGear-Push",
3   "version": "0.7.0",
4   "summary": "AeroGear UnifiedPush Client Registration SDK.",
5   "homepage": "https://github.com/aerogear/aerogear-push-ios-registration",
6   "license": "Apache License, Version 2.0",
7   "authors": "Red Hat, Inc.",
8   "source": {
9     "git": "https://github.com/aerogear/aerogear-push-ios-registration.git",
10     "tag": "0.7.0"
11   },
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source_files": "push-sdk/**/*.{h,m}",
16   "public_header_files": [
17     "push-sdk/AeroGearPush.h",
18     "push-sdk/AGDeviceRegistration.h",
19     "push-sdk/AGClientDeviceInformation.h"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "1.3.1"
25     ]
26   },
27   "deprecated_in_favor_of": "AeroGearPush"