blob: a7e6594821eb790cb30fc2d62b4a7c1ac5c20d4f [file] [log] [blame]
{
"name": "AWSPushManager",
"version": "0.0.1",
"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": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AWSCore": [
"~> 2.3.4"
],
"AWSSNS": [
"~> 2.3.4"
]
},
"source_files": "AWSPushManager/*"
}