blob: 38f20491ca16bd3eec052548b6dfd5647e20da35 [file] [log] [blame]
{
"name": "AeroGearPush",
"version": "2.0.0",
"summary": "AeroGear UnifiedPush Client Registration SDK.",
"homepage": "https://github.com/aerogear/aerogear-ios-push-objc",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-push-objc.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AeroGearPush/**/*.{h,m}",
"public_header_files": [
"AeroGearPush/AeroGearPush.h",
"AeroGearPush/AGDeviceRegistration.h",
"AeroGearPush/AGClientDeviceInformation.h",
"AeroGearPush/AGPushAnalytics.h"
],
"requires_arc": true
}