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