blob: a67e76a37375ec327fd7aa95fd7eab641528ac91 [file] [log] [blame]
{
"name": "RxVIPKit",
"version": "0.1.0",
"summary": "Vip Architecture with RxSwift helper tools",
"homepage": "https://github.com/jiwonsis/RxVipKit",
"authors": {
"Scott Moon": "interactord@gmail.com"
},
"source": {
"git": "https://github.com/jiwonsis/RxVipKit.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "RxVipKit/Foundation/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.4.0"
],
"RxCocoa": [
">= 4.4.0"
],
"SwiftyBeaver": [
],
"Swinject": [
]
},
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}