blob: 6c4b376a6efab8ffb55c6c5291e4b57041cefcfd [file] [log] [blame]
{
"name": "Fluxful",
"version": "1.2.1",
"summary": "Module oriented Flux pattern implemented in Swift.",
"homepage": "https://github.com/kzlekk/Fluxful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natan Zalkin": "natan.zalkin@me.com"
},
"source": {
"git": "https://kzlekk@github.com/kzlekk/Fluxful.git",
"tag": "1.2.1"
},
"module_name": "Fluxful",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Fluxful/*.swift"
},
{
"name": "Reactive",
"dependencies": {
"Fluxful/Core": [
]
},
"source_files": "ReactiveFluxful/*.swift"
}
],
"swift_version": "5.0"
}