[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / 9 / JKUIHelper / 0.1.9.7 / JKUIHelper.podspec.json
blob21b6df4ce7a9de6a490d7b1fd4c21aa8cf04a763
2   "name": "JKUIHelper",
3   "version": "0.1.9.7",
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.9.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JKUIHelper/Classes/**/*",
22   "dependencies": {
23     "SDWebImage": [
25     ],
26     "JKKVOHelper": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "JKShadow",
33       "source_files": "JKUIHelper/JKShadow/**/*"
34     },
35     {
36       "name": "JKRoundCorner",
37       "source_files": "JKUIHelper/JKRoundCorner/**/*"
38     },
39     {
40       "name": "JKTextView",
41       "source_files": "JKUIHelper/JKTextView/**/*"
42     },
43     {
44       "name": "JKHitTest",
45       "source_files": "JKUIHelper/JKHitTest/**/*"
46     },
47     {
48       "name": "JKCategories",
49       "source_files": "JKUIHelper/JKCategories/**/*"
50     }
51   ]