blob: d80d246d2407d8c69f669b40f6b6ae33befc287c [file] [log] [blame]
{
"name": "AWSPushManager",
"version": "1.0.0",
"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": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AWSCore": [
"~> 2.3"
],
"AWSSNS": [
"~> 2.3"
]
},
"source_files": "AWSPushManager/*"
}