blob: fdc306b126581eb7d7c34a89cb69d139b679b472 [file] [log] [blame]
{
"name": "RxDucks",
"version": "0.1.0",
"swift_version": "4.1",
"summary": "RxDucks is a Redux-like framework working on RxSwift.",
"homepage": "https://github.com/cats-oss/RxDucks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/cats-oss/RxDucks.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": "RxDucks/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.1"
],
"RxCocoa": [
"~> 4.1"
]
}
}