[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.6.5 / SHExtension.podspec.json
blob417a5868070561c2f4fbc9522b5952261329ae20
2   "name": "SHExtension",
3   "version": "1.6.5",
4   "summary": "常用类别方法,拓展,工具类",
5   "authors": {
6     "CCSH": "624089195@qq.com"
7   },
8   "homepage": "https://github.com/CCSH/#{s.name}",
9   "source": {
10     "git": "https://github.com/CCSH/SHExtension.git",
11     "tag": "1.6.5"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "requires_arc": true,
17   "license": "MIT",
18   "source_files": "SHExtension/**/*.{h,m}",
19   "public_header_files": "#{s.name}/#{s.name}.{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   ]