[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / 8 / KDNotification / 0.1.4 / KDNotification.podspec.json
blobe8d05687d2aee2c6643e08a9dbecba09ade5eaca
2   "name": "KDNotification",
3   "version": "0.1.4",
4   "summary": "Notifications and toasts made simple.",
5   "description": "KDNotification is a lightweight framework to show and interact with notifications and toast in your application. The general style is inspired by iOS 10 notifications.",
6   "homepage": "https://github.com/kekedandois/KDNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kéké Dandois": "keke.dandois@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/kekedandois/KDNotification.git",
16     "tag": "0.1.4"
17   },
18   "social_media_url": "https://twitter.com/kekedandois",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "KDNotification/Classes/**/*.{h,m}",
23   "resource_bundles": {
24     "KDNotification": [
25       "KDNotification/Classes/**/*.{xib}"
26     ]
27   }