blob: a95090808aa53ac9f1f87bef413f9781f7fb6756 [file] [log] [blame]
{
"name": "FluxSwift",
"version": "0.1.1",
"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.1.1"
},
"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"
}