[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 8 / GZCExtends / 0.1.4 / GZCExtends.podspec.json
blobcfb4b6cb1670f2bed7ade0a35226497744b3fbb4
2   "name": "GZCExtends",
3   "version": "0.1.4",
4   "summary": "扩展功能模块",
5   "description": "TODO: 集成了SwifterSwift中的相关扩展,并增加了一些自己用的扩展方法",
6   "homepage": "https://gitlab.com/GZCFrameworks_swift/GZCExtends",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guo ZhongCheng": "gzhongcheng@qq.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/GZCFrameworks_swift/GZCExtends.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "Log",
26       "source_files": "GZCExtends/Classes/Log.swift"
27     },
28     {
29       "name": "AppKit",
30       "source_files": "GZCExtends/Classes/AppKit/**/*.swift",
31       "dependencies": {
32         "SwifterSwift/AppKit": [
34         ]
35       }
36     },
37     {
38       "name": "CoreGraphics",
39       "source_files": "GZCExtends/Classes/CoreGraphics/**/*.swift",
40       "dependencies": {
41         "SwifterSwift/CoreGraphics": [
43         ]
44       }
45     },
46     {
47       "name": "Dispatch",
48       "source_files": "GZCExtends/Classes/Dispatch/**/*.swift",
49       "dependencies": {
50         "SwifterSwift/Dispatch": [
52         ]
53       }
54     },
55     {
56       "name": "SwiftStdlib",
57       "source_files": "GZCExtends/Classes/SwiftStdlib/**/*.swift",
58       "dependencies": {
59         "SwifterSwift/SwiftStdlib": [
61         ]
62       }
63     },
64     {
65       "name": "UIKit",
66       "source_files": "GZCExtends/Classes/UIKit/**/*.swift",
67       "dependencies": {
68         "SwifterSwift/UIKit": [
70         ]
71       }
72     },
73     {
74       "name": "WebImage",
75       "source_files": "GZCExtends/Classes/WebImage/**/*.swift",
76       "dependencies": {
77         "Kingfisher": [
78           "~> 4.10.1"
79         ]
80       }
81     },
82     {
83       "name": "All",
84       "dependencies": {
85         "GZCExtends/Log": [
87         ],
88         "GZCExtends/AppKit": [
90         ],
91         "GZCExtends/CoreGraphics": [
93         ],
94         "GZCExtends/Dispatch": [
96         ],
97         "GZCExtends/SwiftStdlib": [
99         ],
100         "GZCExtends/UIKit": [
102         ],
103         "GZCExtends/WebImage": [
105         ],
106         "SwifterSwift/Foundation": [
108         ]
109       }
110     }
111   ],
112   "swift_version": "5.1"