[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / 9 / JKUIHelper / 0.1.4.5 / JKUIHelper.podspec.json
blob258c7d459cc9274f5806946a07c3ce5b7513c3a7
2   "name": "JKUIHelper",
3   "version": "0.1.4.5",
4   "summary": "this is a tool to help ios develop to draw UI easily.",
5   "description": "this is a tool to help ios develop to draw UI easily. it will update with the needs",
6   "homepage": "https://github.com/xindizhiyin2014/JKUIHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xindizhiyin2014": "929097264@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xindizhiyin2014/JKUIHelper.git",
16     "tag": "0.1.4.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JKUIHelper/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "JKShadow",
25       "source_files": "JKUIHelper/JKShadow/**/*"
26     },
27     {
28       "name": "JKRoundCorner",
29       "source_files": "JKUIHelper/JKRoundCorner/**/*"
30     },
31     {
32       "name": "JKTextView",
33       "source_files": "JKUIHelper/JKTextView/**/*"
34     },
35     {
36       "name": "JKHitTest",
37       "source_files": "JKUIHelper/JKHitTest/**/*"
38     },
39     {
40       "name": "JKProtocol",
41       "source_files": "JKUIHelper/JKProtocol/**/*"
42     },
43     {
44       "name": "JKCategories",
45       "source_files": "JKUIHelper/JKCategories/**/*"
46     }
47   ]