blob: 69178b0a1542d3231b493d23a3c424638a0be1de [file] [log] [blame]
{
"name": "AWSPushManager",
"version": "0.0.3",
"summary": "AWSPushManager, extracted from AWS sample code to use standalone",
"homepage": "https://github.com/fetch/AWSPushManager",
"license": "MIT",
"authors": {
"Koen Punt": "koen@fetch.nl"
},
"source": {
"git": "https://github.com/fetch/AWSPushManager.git",
"tag": "v0.0.3"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AWSCore": [
"~> 2.3.4"
],
"AWSSNS": [
"~> 2.3.4"
]
},
"source_files": "AWSPushManager/*"
}