blob: 4ca2a94762db21ab03947eb10477b15c7cfee146 [file] [log] [blame]
{
"name": "AeroGearPush-ObjC",
"version": "2.0.1",
"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.1"
},
"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
}