[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.5.3 / SHExtension.podspec.json
blob55ba66faa1228a6ccf11e445034f6a8dfd93ca10
2   "name": "SHExtension",
3   "version": "1.5.3",
4   "summary": "常用类别方法,拓展",
5   "license": "MIT",
6   "authors": {
7     "CCSH": "624089195@qq.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "requires_arc": true,
13   "homepage": "https://github.com/CCSH/SHExtension",
14   "source": {
15     "git": "https://github.com/CCSH/SHExtension.git",
16     "tag": "1.5.3"
17   },
18   "source_files": "SHExtension/*.{h,m}",
19   "dependencies": {
20     "GTMBase64": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "NSString",
27       "source_files": "SHExtension/NSString+SHExtension.{h,m}",
28       "dependencies": {
29         "GTMBase64": [
31         ]
32       }
33     },
34     {
35       "name": "UIButton",
36       "source_files": [
37         "SHExtension/SHButton.{h,m}",
38         "SHExtension/UIButton+SHExtension.{h,m}"
39       ]
40     },
41     {
42       "name": "UIColor",
43       "source_files": "SHExtension/UIColor+SHExtension.{h,m}"
44     },
45     {
46       "name": "UIImage",
47       "source_files": "SHExtension/UIImage+SHExtension.{h,m}"
48     },
49     {
50       "name": "UIImageView",
51       "source_files": "SHExtension/UIImageView+SHExtension.{h,m}"
52     },
53     {
54       "name": "UIView",
55       "source_files": "SHExtension/UIView+SHExtension.{h,m}"
56     },
57     {
58       "name": "UIButton",
59       "source_files": "SHExtension/UIButton+SHExtension.{h,m}"
60     },
61     {
62       "name": "Tool",
63       "source_files": "SHExtension/SHTool.{h,m}"
64     },
65     {
66       "name": "Safe",
67       "source_files": [
68         "SHExtension/NSArray+SHExtension.{h,m}",
69         "SHExtension/NSDictionary+SHExtension.{h,m}"
70       ]
71     },
72     {
73       "name": "Exception",
74       "source_files": "SHExtension/SHUncaughtExceptionHandler.{h,m}"
75     },
76     {
77       "name": "UIViewController",
78       "source_files": "SHExtension/UIViewController+SHExtension.{h,m}"
79     },
80     {
81       "name": "UIScrollView",
82       "source_files": "SHExtension/UIScrollView+SHExtension.{h,m}"
83     }
84   ]