blob: 6faf3f67b67fe6a51cd8765f7bc89f70986d6e4b [file] [log] [blame]
{
"name": "Zombie",
"version": "0.1.0",
"summary": "The RxSwift-based viper framework",
"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",
"homepage": "https://github.com/Sanchew/Zombie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sanchew": "sanchew@mail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sanchew/Zombie.git",
"tag": "0.1.0"
},
"swift_versions": "4.0",
"source_files": "Zombie/Sources/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
"~> 3.0"
],
"RxOptional": [
"~> 3.3"
],
"RxFeedback": [
"~> 1.0"
],
"Moya/RxSwift": [
"~> 10.0"
],
"Kingfisher": [
"~> 4.3"
],
"MJRefresh": [
"~> 3.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": "UIKit",
"swift_version": "4.0"
}