blob: 349dabb828c59160273cea658b5b0ef4150faadd [file] [log] [blame]
{
"name": "PushbotsLight",
"version": "0.1.0",
"summary": "Lightweight client for push notifications service Pushbots.com.",
"description": " Provides easy and transparent interface to communicate with server side.\n The purpose of this CocoaPod was to escape for official Pushbots SDK magic and wistles.\n",
"homepage": "https://github.com/ikovalisko/PushbotsLight",
"license": "MIT",
"authors": {
"Ivan Kovalisko": "ikovalisko@gmail.com"
},
"source": {
"git": "https://github.com/ikovalisko/PushbotsLight.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ikovalisko",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"PushbotsLight": [
"Pod/Assets/*.png"
]
}
}