blob: a048288a0d389b28d2f127f8fe019960974038eb [file] [log] [blame]
{
"name": "GLDragBlast",
"version": "0.0.1",
"summary": "仿QQ小红点拖拽爆炸消除",
"description": "It is a GLDragBlast used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/GLDragBlast",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/GLDragBlast.git",
"tag": "0.0.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "GLDragBlast",
"source_files": "GLDragBlast/GLDragBlast/*.{h,m}",
"public_header_files": "GLDragBlast/GLDragBlast/*.h"
},
{
"name": "image",
"resources": "GLDragBlast/image/*.png"
}
]
}