[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.6.0 / SHExtension.podspec.json
blob79373aed138324478a4cd15c5c68b1753c2069bd
2   "name": "SHExtension",
3   "version": "1.6.0",
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.0"
17   },
18   "source_files": "SHExtension/**/*",
19   "public_header_files": "SHExtension/SHExtension.h",
20   "subspecs": [
21     {
22       "name": "NSString",
23       "dependencies": {
24         "GTMBase64": [
26         ]
27       },
28       "source_files": "SHExtension/NSString/*.{h,m}"
29     },
30     {
31       "name": "UIButton",
32       "source_files": "SHExtension/UIButton/*.{h,m}"
33     },
34     {
35       "name": "UIColor",
36       "source_files": "SHExtension/UIColor/*.{h,m}"
37     },
38     {
39       "name": "UIImage",
40       "source_files": "SHExtension/UIImage/*.{h,m}"
41     },
42     {
43       "name": "UIImageView",
44       "source_files": "SHExtension/UIImageView/*.{h,m}"
45     },
46     {
47       "name": "UIView",
48       "source_files": "SHExtension/UIView/*.{h,m}"
49     },
50     {
51       "name": "Tool",
52       "source_files": "SHExtension/Tool/*.{h,m}"
53     },
54     {
55       "name": "Safe",
56       "source_files": "SHExtension/Safe/*.{h,m}"
57     },
58     {
59       "name": "Exception",
60       "source_files": "SHExtension/Exception/*.{h,m}"
61     },
62     {
63       "name": "UIViewController",
64       "source_files": "SHExtension/UIViewController/*.{h,m}"
65     },
66     {
67       "name": "UIScrollView",
68       "source_files": "SHExtension/UIScrollView/*.{h,m}"
69     }
70   ]