blob: 053eec827b423a7a3380f2d10b7938145de259f8 [file] [log] [blame]
{
"name": "FluxSwift",
"version": "0.2.0",
"summary": "Flux on Swift",
"description": "FluxSwift is a completly typesafe Flux implementation using RxSwift.",
"homepage": "https://github.com/malt03/FluxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"malt03": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/FluxSwift.git",
"tag": "0.2.0"
},
"swift_versions": "5.1.3",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "4.0"
},
"dependencies": {
"RxSwift": [
"~> 5.0.1"
],
"RxRelay": [
"~> 5.0.1"
]
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1.3"
}