[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 5 / 2 / MGArchitecture / 1.3.0 / MGArchitecture.podspec.json
blob91254deba289faf3d6f5fb7f86de2d217ee2d24d
2   "name": "MGArchitecture",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "Clean Architecture with RxSwift and MVVM",
7   "requires_arc": true,
8   "version": "1.3.0",
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": "1.3.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5.1"
25     ],
26     "RxCocoa": [
27       "~> 5.1"
28     ]
29   },
30   "source_files": "MGArchitecture/Sources/**/*.{swift}",
31   "swift_versions": "5.1",
32   "swift_version": "5.1"