[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 0 / DTMvvm / 1.5.0 / DTMvvm.podspec.json
blob703a0621eaf6a2ce187c8e19166a096a0a24f8c6
2   "name": "DTMvvm",
3   "version": "1.5.0",
4   "summary": "A MVVM library for iOS Swift.",
5   "description": "A MVVM library for iOS Swift, including interfaces for View, ViewModel and Model, DI and Services",
6   "homepage": "https://github.com/toandk/DTMvvm.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ToanDK": "dkt204@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/toandk/DTMvvm.git",
16     "tag": "1.5.0"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DTMvvm/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
27     ],
28     "RxCocoa": [
30     ],
31     "Action": [
33     ],
34     "Alamofire": [
36     ],
37     "AlamofireImage": [
39     ],
40     "ObjectMapper": [
42     ],
43     "PureLayout": [
45     ],
46     "Moya": [
48     ]
49   },
50   "swift_version": "4.2"