blob: 0da327e0d66e0e0e55e86a73fca5b5a5dd77d3a0 [file] [log] [blame]
{
"name": "FluxSwift",
"version": "0.0.4",
"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.0.4"
},
"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"
}