[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / 3 / Zombie / 0.1.0 / Zombie.podspec.json
blob6faf3f67b67fe6a51cd8765f7bc89f70986d6e4b
2   "name": "Zombie",
3   "version": "0.1.0",
4   "summary": "The RxSwift-based viper framework",
5   "description": "This is a framework based on rxswift and moya, which is currently under development and has only a few basic features but is already a very good MVVM framework",
6   "homepage": "https://github.com/Sanchew/Zombie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sanchew": "sanchew@mail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sanchew/Zombie.git",
19     "tag": "0.1.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Zombie/Sources/**/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ],
31     "RxDataSources": [
32       "~> 3.0"
33     ],
34     "RxOptional": [
35       "~> 3.3"
36     ],
37     "RxFeedback": [
38       "~> 1.0"
39     ],
40     "Moya/RxSwift": [
41       "~> 10.0"
42     ],
43     "Kingfisher": [
44       "~> 4.3"
45     ],
46     "MJRefresh": [
47       "~> 3.1"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "SWIFT_VERSION": "4.0"
52   },
53   "frameworks": "UIKit",
54   "swift_version": "4.0"