[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 9 / JKUIHelper / 0.1.4.2 / JKUIHelper.podspec.json
blob70f91d1e7a7c764e536c9e65a0c426dcbef253b7
2   "name": "JKUIHelper",
3   "version": "0.1.4.2",
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.2"
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   ]