[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.6.2 / SHExtension.podspec.json
blobab20fec2c4e5e8cdecce0becdbc931762f593b68
2   "name": "SHExtension",
3   "version": "1.6.2",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "requires_arc": true,
8   "license": "MIT",
9   "summary": "常用类别方法,拓展,工具类",
10   "authors": {
11     "CCSH": "624089195@qq.com"
12   },
13   "homepage": "https://github.com/CCSH/SHExtension",
14   "source": {
15     "git": "https://github.com/CCSH/SHExtension.git",
16     "tag": "1.6.2"
17   },
18   "source_files": [
19     "SHExtension/**/*",
20     "SHExtension/SHExtension.h"
21   ],
22   "subspecs": [
23     {
24       "name": "NSString",
25       "dependencies": {
26         "GTMBase64": [
28         ]
29       },
30       "source_files": "SHExtension/NSString/*.{h,m}"
31     },
32     {
33       "name": "UIButton",
34       "source_files": "SHExtension/UIButton/*.{h,m}"
35     },
36     {
37       "name": "UIColor",
38       "source_files": "SHExtension/UIColor/*.{h,m}"
39     },
40     {
41       "name": "UIImage",
42       "source_files": "SHExtension/UIImage/*.{h,m}"
43     },
44     {
45       "name": "UIImageView",
46       "source_files": "SHExtension/UIImageView/*.{h,m}"
47     },
48     {
49       "name": "UIView",
50       "source_files": "SHExtension/UIView/*.{h,m}"
51     },
52     {
53       "name": "Tool",
54       "source_files": "SHExtension/Tool/*.{h,m}"
55     },
56     {
57       "name": "Safe",
58       "source_files": "SHExtension/Safe/*.{h,m}"
59     },
60     {
61       "name": "Exception",
62       "source_files": "SHExtension/Exception/*.{h,m}"
63     },
64     {
65       "name": "UIViewController",
66       "source_files": "SHExtension/UIViewController/*.{h,m}"
67     },
68     {
69       "name": "UIScrollView",
70       "source_files": "SHExtension/UIScrollView/*.{h,m}"
71     }
72   ]