blob: 08e5fef942919b7443f15838d8ad09592f7e948e [file] [log] [blame]
{
"name": "GLKit",
"version": "0.0.2",
"summary": "A kit created by Garry Lance.",
"homepage": "https://github.com/GarryLance/GLKitDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GarryLance": "380352860@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GarryLance/GLKitDemo.git",
"tag": "0.0.2"
},
"source_files": [
"GLKit",
"GLKit/**/*.{h,m}"
],
"public_header_files": "GLKit/**/*.h",
"frameworks": "UIKit",
"requires_arc": false
}