[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 0 / 8 / GLDragBlast / 0.0.1 / GLDragBlast.podspec.json
bloba048288a0d389b28d2f127f8fe019960974038eb
2   "name": "GLDragBlast",
3   "version": "0.0.1",
4   "summary": "仿QQ小红点拖拽爆炸消除",
5   "description": "It is a GLDragBlast used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/GLDragBlast",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/GLDragBlast.git",
13     "tag": "0.0.1",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "GLDragBlast",
27       "source_files": "GLDragBlast/GLDragBlast/*.{h,m}",
28       "public_header_files": "GLDragBlast/GLDragBlast/*.h"
29     },
30     {
31       "name": "image",
32       "resources": "GLDragBlast/image/*.png"
33     }
34   ]