[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 0 / d / HTMICustomControl / 0.1.11 / HTMICustomControl.podspec.json
blob53bf5fb1df7e3570546f5e0f996789bda3b86821
2   "name": "HTMICustomControl",
3   "version": "0.1.11",
4   "summary": "A short description of HTMICustomControl.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Htmitech/HTMICustomControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lqwang521": "731696053@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/MyCoding521/HTMICustomControl.git",
16     "tag": "0.1.11"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HTMICustomControl/Classes/**/*.{h,m}",
22   "resources": [
23     "HTMICustomControl/Classes/ACMediaFrame/ACMediaFrame.bundle",
24     "HTMICustomControl/Classes/HTMICustomControl.bundle",
25     "HTMICustomControl/Classes/SlimeRefresh/SlimeRefresh.bundle"
26   ],
27   "dependencies": {
28     "HTMISettingManager": [
29       "~> 0.1.0"
30     ],
31     "WZLBadge": [
32       "~> 1.2.6"
33     ],
34     "ACAlertController": [
36     ],
37     "TZImagePickerController": [
39     ],
40     "MWPhotoBrowser": [
41       "~> 2.1.2"
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "HTMIBubbleMenuButton",
47       "requires_arc": true,
48       "public_header_files": [
49         "HTMICustomControl/Classes/HTMIBubbleMenuButton/*.h"
50       ],
51       "source_files": [
52         "HTMICustomControl/Classes/HTMIBubbleMenuButton/*"
53       ]
54     },
55     {
56       "name": "SlimeRefresh",
57       "requires_arc": true,
58       "public_header_files": [
59         "HTMICustomControl/Classes/SlimeRefresh/*.h"
60       ],
61       "source_files": [
62         "HTMICustomControl/Classes/SlimeRefresh/*"
63       ],
64       "resources": "HTMICustomControl/Classes/SlimeRefresh/SlimeRefresh.bundle"
65     }
66   ]