[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / c / QzUI / 0.0.3 / QzUI.podspec.json
blob11609b4d9c839d9f60579a93571bdc6b8022ef20
2   "name": "QzUI",
3   "version": "0.0.3",
4   "summary": "SwiftUI Helper",
5   "description": "a lot of help utils",
6   "homepage": "https://github.com/qsfty/qzui",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qsfty": "1009510944@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/qsfty/qzui.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "source_files": "Lib/**/*",
22   "pod_target_xcconfig": {
23     "SUPPORTS_MACCATALYST": "YES",
24     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO",
25     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
26   },
27   "weak_frameworks": [
28     "SwiftUI",
29     "Combine"
30   ],
31   "dependencies": {
32     "SDWebImageSwiftUI": [
33       "~> 2.0.2"
34     ],
35     "Alamofire": [
36       "~> 5.4.1"
37     ],
38     "CleanJSON": [
39       "~> 1.0.8"
40     ]
41   },
42   "swift_versions": "5.2",
43   "swift_version": "5.2"