[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 2 / 0 / HWExtension / 1.0.0 / HWExtension.podspec.json
blobb440674df92b8fe73782960873ea90f54571e80a
2   "name": "HWExtension",
3   "version": "1.0.0",
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.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "public_header_files": "HWExtension/Classes/Category/*.h",
25       "source_files": "HWExtension/Classes/Category/*.{h,m,js}",
26       "resource_bundles": {
27         "HWExtension": [
28           "HWExtension/Classes/Category/JSBundle.bundle"
29         ]
30       }
31     },
32     {
33       "name": "UI",
34       "public_header_files": [
35         "HWExtension/Classes/UI/*.h",
36         "HWExtension/Classes/UI/*/*.h"
37       ],
38       "source_files": [
39         "HWExtension/Classes/UI/*.{h,m}",
40         "HWExtension/Classes/UI/*/*.{h,m}"
41       ],
42       "dependencies": {
43         "HWExtension/Category": [
45         ]
46       }
47     }
48   ]