blob: 3bbb594a800f32c14b652db370a8852843c0e43f [file] [log] [blame]
{
"name": "AeroGear-Push",
"version": "1.1.0-beta.2",
"summary": "AeroGear UnifiedPush Client Registration SDK.",
"homepage": "https://github.com/aerogear/aerogear-ios-push",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-push.git",
"tag": "1.1.0-beta.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "push-sdk/**/*.{h,m}",
"public_header_files": [
"push-sdk/AeroGearPush.h",
"push-sdk/AGDeviceRegistration.h",
"push-sdk/AGClientDeviceInformation.h",
"push-sdk/AGPushAnalytics.h"
],
"requires_arc": true,
"deprecated_in_favor_of": "AeroGearPush"
}