[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 1 / UULiveBase / 1.0.1.3 / UULiveBase.podspec.json
blob66930adb774fa78f59bfbb9c2fec0666fc3a5185
2   "name": "UULiveBase",
3   "version": "1.0.1.3",
4   "summary": "UULiveBase SDK",
5   "description": "UULiveBase SDK",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "swift_versions": "5.0",
10   "homepage": "www.uuabc.com",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Asun": "becomerichios@163.com"
17   },
18   "source": {
19     "git": "https://gitlab.51uuabc.com/mobile/ios/uuclassroombase.git",
20     "tag": "1.0.1.3"
21   },
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) UULIVEBASE_NAME=UULiveBase UULIVEBASE_VERSION=1.0.1.3"
24   },
25   "preserve_paths": [
26     "UULiveBase/Base/script/ClearArchsFromFrameworks.sh"
27   ],
28   "subspecs": [
29     {
30       "name": "UUWebImage",
31       "source_files": [
32         "UULiveBase/Base/WebImage/*.swift"
33       ],
34       "dependencies": {
35         "UULiveBase/UUHelperExt": [
37         ]
38       },
39       "subspecs": [
40         {
41           "name": "Kingfisher",
42           "dependencies": {
43             "Kingfisher": [
45             ]
46           }
47         },
48         {
49           "name": "Lottie",
50           "dependencies": {
51             "lottie-ios": [
53             ]
54           }
55         }
56       ]
57     },
58     {
59       "name": "UUDefaultsKit",
60       "source_files": [
61         "UULiveBase/Base/DefaultsKit/*.swift"
62       ]
63     },
64     {
65       "name": "UUModel",
66       "dependencies": {
67         "HandyJSON": [
68           ">=5.0.2"
69         ]
70       }
71     },
72     {
73       "name": "UUNetworking",
74       "source_files": [
75         "UULiveBase/Base/Networking/*.swift"
76       ],
77       "dependencies": {
78         "Alamofire": [
79           "~>5.4.1"
80         ],
81         "UULiveBase/UUModel": [
83         ],
84         "UULiveBase/UURxOperation": [
86         ]
87       }
88     },
89     {
90       "name": "UURxOperation",
91       "dependencies": {
92         "RxCocoa": [
93           "~>5.1.1"
94         ],
95         "RxSwift": [
96           "~>5.1.1"
97         ],
98         "NSObject+Rx": [
99           "~>5.1.0"
100         ],
101         "RxSwiftExt": [
103         ]
104       }
105     },
106     {
107       "name": "UUWebSocket",
108       "source_files": [
109         "UULiveBase/Base/Socket/*.swift"
110       ],
111       "dependencies": {
112         "Socket.IO-Client-Swift": [
113           "~>15.2.0"
114         ],
115         "UULiveBase/UUModel": [
117         ]
118       }
119     },
120     {
121       "name": "CourwareBridge",
122       "dependencies": {
123         "AsunWebViewBridge": [
125         ]
126       }
127     },
128     {
129       "name": "UUQueuer",
130       "source_files": [
131         "UULiveBase/Base/Queuer/*.swift"
132       ]
133     },
134     {
135       "name": "UUWebCache",
136       "public_header_files": [
137         "UULiveBase/Base/WebViewCache/*.h"
138       ],
139       "source_files": [
140         "UULiveBase/Base/WebViewCache/*.{h,m}"
141       ],
142       "frameworks": [
143         "Foundation",
144         "WebKit"
145       ]
146     },
147     {
148       "name": "UUHelperExt",
149       "source_files": [
150         "UULiveBase/Base/HelperExt/*.swift"
151       ],
152       "dependencies": {
153         "SnapKit": [
154           ">= 5.0.0"
155         ]
156       },
157       "frameworks": [
158         "Foundation",
159         "UIKit",
160         "AVFoundation",
161         "SystemConfiguration"
162       ]
163     }
164   ],
165   "swift_version": "5.0"