[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / b / MVPArchitecture / 1.0.0 / MVPArchitecture.podspec.json
blobff6aee3d9a7ac4c78d849811443e22b66b330ecf
2   "name": "MVPArchitecture",
3   "version": "1.0.0",
4   "summary": "Model View Presenter architecture",
5   "description": "a framework for Model View Presenter architecture",
6   "homepage": "https://github.com/minhhien177/MVPArchitecture",
7   "license": "MIT",
8   "authors": {
9     "vomh": "minhhien177@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/minhhien177/MVPArchitecture.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.0",
19   "static_framework": true,
20   "source_files": "MVPArchitecture/**/*",
21   "dependencies": {
22     "RxSwift": [
24     ]
25   }