[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 2 / 0 / HWExtension / 1.0.4 / HWExtension.podspec.json
blob2d6f3a31de0edc4cd67bd52527795dcd4b5e2a8b
2   "name": "HWExtension",
3   "version": "1.0.4",
4   "summary": "some convenient extension and tools.",
5   "homepage": "https://github.com/wanghouwen/HWExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wanghouwen": "wanghouwen123@126.com"
12   },
13   "source": {
14     "git": "https://github.com/wanghouwen/HWExtension.git",
15     "tag": "1.0.4"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "public_header_files": "HWExtension/Category/*.h",
25       "source_files": "HWExtension/Category/*.{h,m,js}",
26       "resource_bundles": {
27         "HWExtension": [
28           "HWExtension/Category/JSBundle.bundle"
29         ]
30       }
31     },
32     {
33       "name": "UI",
34       "public_header_files": "HWExtension/UI/*.h",
35       "source_files": "HWExtension/UI/*.{h,m}",
36       "dependencies": {
37         "HWExtension/Category": [
39         ]
40       },
41       "subspecs": [
42         {
43           "name": "ModalTransition",
44           "public_header_files": "HWExtension/UI/ModalTransition/*.h",
45           "source_files": "HWExtension/UI/ModalTransition/*.{h,m}"
46         },
47         {
48           "name": "UITableView+ViewModel",
49           "public_header_files": "HWExtension/UI/UITableView+ViewModel/*.h",
50           "source_files": "HWExtension/UI/UITableView+ViewModel/*.{h,m}"
51         },
52         {
53           "name": "Graphic",
54           "public_header_files": "HWExtension/UI/Graphic/*.h",
55           "source_files": "HWExtension/UI/Graphic/*.{h,m}",
56           "dependencies": {
57             "CorePlot": [
58               "~>2.2"
59             ]
60           }
61         }
62       ]
63     }
64   ]