blob: 9a3ab089cb3b701bc4a722a1fc1667b1590e1ecc [file] [log] [blame]
{
"name": "AGSPush",
"version": "0.4.0",
"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": "0.4.0"
},
"source_files": "modules/push/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
"0.4.0"
]
},
"requires_arc": true
}