blob: c1a0e87f3e4e5f1cf529adca6c3e9f0a9e28bae4 [file] [log] [blame]
{
"name": "AGSPush",
"version": "1.0.0-alpha.1",
"summary": "AeroGear Services AgsPush",
"description": "AeroGear Push SDK for iOS",
"homepage": "http://aerogear.org",
"license": "Apache License, Version 2.0",
"authors": "AeroGear",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aerogear/aerogear-ios-sdk.git",
"tag": "1.0.0-alpha.1"
},
"source_files": "modules/push/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
"1.0.0-alpha.1"
]
},
"requires_arc": true
}