[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 4 / 8 / KDNotification / 0.1.0 / KDNotification.podspec.json
blob1388580dd190839630cd6297ac4c9cd6e3facdb4
2   "name": "KDNotification",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KDNotification/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "KDNotification": [
24       "KDNotification/Classes/**/*.{xib}"
25     ]
26   }