blob: 3f8f19ec7474121fd592362f258750ddba464fdd [file] [log] [blame]
{
"name": "CloudFivePush",
"version": "0.9.0",
"summary": "iOS client library for receiving push notifications from cloudfiveapp.com.",
"description": " Easy push notifications via https://push.cloudfiveapp.com. Just include this Pod in your iOS\n project and sign up online to get started.\n",
"homepage": "https://github.com/cloudfive/push-ios",
"license": "MIT",
"authors": {
"Brian Samson": "brian@cloudfiveapp.com"
},
"source": {
"git": "https://github.com/cloudfive/push-ios.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CloudFivePush": [
"CloudFivePush/Assets/*.png"
]
}
}