[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 6 / 5 / 2 / MGArchitecture / 0.4.1 / MGArchitecture.podspec.json
blobc64bce8dd8c2f1be4f00031868ad3f51683e99a7
2   "name": "MGArchitecture",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Clean Architecture with RxSwift and MVVM",
7   "requires_arc": true,
8   "version": "0.4.1",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Tuan Truong": "tuan188@gmail.com"
15   },
16   "homepage": "https://github.com/tuan188/MGArchitecture",
17   "source": {
18     "git": "https://github.com/tuan188/MGArchitecture.git",
19     "tag": "0.4.1"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxAtomic": [
24       "~> 4.4"
25     ],
26     "RxSwift": [
27       "~> 4.4"
28     ],
29     "RxCocoa": [
30       "~> 4.4"
31     ]
32   },
33   "source_files": "MGArchitecture/Sources/**/*.{swift}",
34   "swift_version": "5.0"