blob: f1539b11b7ee87fc70b04b15ef2a0a74fc0dce78 [file] [log] [blame]
{
"name": "GLLocalNotiHelper",
"version": "0.0.1",
"summary": "Manage local notifications for ios.",
"description": "It is a GLLocalNotiHelper used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/GLLocalNotiHelper",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/GLLocalNotiHelper.git",
"tag": "0.0.1",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJExtension": [
]
},
"subspecs": [
{
"name": "GLLocalNotiHelper",
"source_files": "GLLocalNotiHelper/GLLocalNotiHelper/*.{h,m}",
"public_header_files": "GLLocalNotiHelper/GLLocalNotiHelper/*.h"
}
]
}