[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 1 / 3 / f / XiangHongKit / 0.4.1 / XiangHongKit.podspec.json
blob36e6ddc8c30aa80999cf929bca216f587696480a
2   "name": "XiangHongKit",
3   "version": "0.4.1",
4   "summary": "framework",
5   "description": "Initialize the",
6   "homepage": "https://github.com/xh1130485186/XHKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xianghong": "1130485186@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/xh1130485186/XHKit.git",
19     "tag": "0.4.1"
20   },
21   "resources": "xhkit.bundle",
22   "requires_arc": true,
23   "public_header_files": "XHKit.h",
24   "source_files": "XHKit.h",
25   "subspecs": [
26     {
27       "name": "Extensions",
28       "subspecs": [
29         {
30           "name": "DZNEmptyDataSet",
31           "source_files": "Extensions/DZNEmptyDataSet/*.{h,m}"
32         },
33         {
34           "name": "NSAttributedString",
35           "source_files": "Extensions/NSAttributedString/*.{h,m}"
36         },
37         {
38           "name": "NSDate",
39           "source_files": "Extensions/NSDate/*.{h,m}"
40         },
41         {
42           "name": "NSObject",
43           "source_files": "Extensions/NSObject/*.{h,m}"
44         },
45         {
46           "name": "NSString",
47           "source_files": "Extensions/NSString/*.{h,m}"
48         },
49         {
50           "name": "UIApplication",
51           "source_files": "Extensions/UIApplication/*.{h,m}"
52         },
53         {
54           "name": "UIColor",
55           "source_files": "Extensions/UIColor/*.{h,m}"
56         },
57         {
58           "name": "UIImage",
59           "dependencies": {
60             "XiangHongKit/Extensions/UIColor": [
62             ]
63           },
64           "source_files": "Extensions/UIImage/*.{h,m}"
65         },
66         {
67           "name": "UIView",
68           "source_files": "Extensions/UIView/*.{h,m}"
69         },
70         {
71           "name": "UIViewController",
72           "source_files": "Extensions/UIViewController/*.{h,m}"
73         }
74       ]
75     },
76     {
77       "name": "Common",
78       "dependencies": {
79         "XiangHongKit/Extensions/DZNEmptyDataSet": [
81         ],
82         "XiangHongKit/Extensions/UIView": [
84         ],
85         "XiangHongKit/Extensions/UIImage": [
87         ]
88       },
89       "source_files": "Common/*.{h,m}"
90     },
91     {
92       "name": "Tools",
93       "subspecs": [
94         {
95           "name": "QMUIKeyboard",
96           "source_files": "Tools/QMUIKeyboard/*.{h,m}"
97         },
98         {
99           "name": "RFJModel",
100           "source_files": "Tools/RFJModel/*.{h,m}"
101         },
102         {
103           "name": "XHFile",
104           "source_files": "Tools/XHFile/*.{h,m}"
105         },
106         {
107           "name": "XHKeychain",
108           "source_files": "Tools/XHKeychain/*.{h,m}"
109         },
110         {
111           "name": "XHLocation",
112           "source_files": "Tools/XHLocation/*.{h,m}"
113         },
114         {
115           "name": "XHTimer",
116           "source_files": "Tools/XHTimer/*.{h,m}"
117         }
118       ]
119     }
120   ]