blob: 0f6351ecaf90ca055adf39397b4716d082d97305 [file] [log] [blame]
{
"name": "StackMobPush",
"version": "1.0.2",
"license": "Apache License, Version 2.0",
"summary": "StackMob's Push SDK for sending push notifications via the StackMob Services on iOS.",
"homepage": "http://stackmob.com",
"authors": {
"StackMob": "info@stackmob.com"
},
"source": {
"git": "https://github.com/stackmob/stackmob-ios-push-sdk.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "stackmob-ios-push-sdk/*.{h,m}",
"dependencies": {
"AFNetworking": [
"1.0RC1"
]
},
"requires_arc": true
}