blob: b374c09ba849ffb0d3af70600db36e3cc92c2496 [file] [log] [blame]
{
"name": "AeroGear-Push",
"version": "0.8.0",
"summary": "AeroGear UnifiedPush Client Registration SDK.",
"homepage": "https://github.com/aerogear/aerogear-push-ios-registration",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-push-ios-registration.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "push-sdk/**/*.{h,m}",
"public_header_files": [
"push-sdk/AeroGearPush.h",
"push-sdk/AGDeviceRegistration.h",
"push-sdk/AGClientDeviceInformation.h"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"1.3.1"
]
},
"deprecated_in_favor_of": "AeroGearPush"
}