blob: 7948a13d44c0dc2321f8901f6e7b0f79e6167cb9 [file] [log] [blame]
{
"name": "CKNotificationKit",
"version": "0.0.1",
"summary": "iOS Notification Kit for simplifying the processing of Local and Remote Notification",
"homepage": "https://github.com/xmkevinchen/CKNotificationKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Kevin Chen": "xmkevinchen@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xmkevinchen/CKNotificationKit.git",
"tag": "0.0.1"
},
"source_files": [
"CKNotificationKit/Sources",
"CKNotificationKit/Sources/**/*.{h,m,swift}",
"CKNotificationKit/CKNotificationKit.h"
],
"exclude_files": "CKNotificationKit/Sources/Exclude",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack/Swift": [
]
}
}