[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / a / CKNotificationKit / 0.0.1 / CKNotificationKit.podspec.json
blob7948a13d44c0dc2321f8901f6e7b0f79e6167cb9
2   "name": "CKNotificationKit",
3   "version": "0.0.1",
4   "summary": "iOS Notification Kit for simplifying the processing of Local and Remote Notification",
5   "homepage": "https://github.com/xmkevinchen/CKNotificationKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Kevin Chen": "xmkevinchen@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/xmkevinchen/CKNotificationKit.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "CKNotificationKit/Sources",
22     "CKNotificationKit/Sources/**/*.{h,m,swift}",
23     "CKNotificationKit/CKNotificationKit.h"
24   ],
25   "exclude_files": "CKNotificationKit/Sources/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "CocoaLumberjack/Swift": [
30     ]
31   }