blob: 3f878170535d9cea6ceb0c046d44ff8facf3bbb1 [file] [log] [blame]
{
"name": "XBPushNotification",
"version": "0.1.0.1",
"summary": "A small library support setting push notification",
"description": " A small library support setting push notification, with smallest footprint\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/EugeneNguyen/XBPushNotification",
"license": "MIT",
"authors": {
"eugenenguyen": "xuanbinh91@gmail.com"
},
"source": {
"git": "https://github.com/EugeneNguyen/XBPushNotification.git",
"tag": "0.1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XBPushNotification": [
"Pod/Assets/*.png"
]
}
}