[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 8 / f / BSNotification / 1.0.0 / BSNotification.podspec.json
blob258ffb765fed177b75256c91d597b021495961ec
2   "name": "BSNotification",
3   "version": "1.0.0",
4   "summary": "Pop up notification like toast in Android",
5   "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.",
6   "homepage": "https://github.com/icemanbsi/BSNotification",
7   "license": "MIT",
8   "authors": {
9     "Bobby Stenly": "iceman.bsi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/icemanbsi/BSNotification.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "BSNotification/Classes/**/*",
19   "resource_bundles": {
20     "BSNotification": [
21       "BSNotification/Assets/*.png"
22     ]
23   }