blob: 2b3263cd11303154f6869337767c58d219aa1d58 [file] [log] [blame]
{
"name": "GLKit",
"version": "0.0.1",
"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.1"
},
"source_files": [
"GLKit",
"GLKit/**/*.{h,m}"
],
"public_header_files": "GLKit/**/*.h",
"frameworks": "UIKit",
"requires_arc": false
}