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