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