blob: 258ffb765fed177b75256c91d597b021495961ec [file] [log] [blame]
{
"name": "BSNotification",
"version": "1.0.0",
"summary": "Pop up notification like toast in Android",
"description": "Pop up notification like toast in Android. This notification will shown only for 5 seconds. You can show it at the bottom or top of you view controller.",
"homepage": "https://github.com/icemanbsi/BSNotification",
"license": "MIT",
"authors": {
"Bobby Stenly": "iceman.bsi@gmail.com"
},
"source": {
"git": "https://github.com/icemanbsi/BSNotification.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BSNotification/Classes/**/*",
"resource_bundles": {
"BSNotification": [
"BSNotification/Assets/*.png"
]
}
}