blob: 5863136d65a983dd5acb2b91db575ea667c991bd [file] [log] [blame]
{
"name": "RxDucks",
"version": "0.2.0",
"swift_version": "5.0",
"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.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "3.0"
},
"source_files": "RxDucks/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"RxCocoa": [
"~> 4.4"
]
}
}