blob: f476646a83ea67bab48e0a74caa2a27417b418f1 [file] [log] [blame]
{
"name": "XCEUniFlow",
"summary": "App architecture done right, inspired by Flux (from Facebook).",
"version": "4.10.2",
"homepage": "https://XCEssentials.github.io/UniFlow",
"source": {
"git": "https://github.com/XCEssentials/UniFlow.git",
"tag": "4.10.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "11.0",
"watchos": "4.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"dependencies": {
"XCERequirement": [
"~> 1.6"
]
},
"source_files": "Sources/**/*.swift"
}