blob: 36e411655ed88cbbad16559124f9844a989d99d2 [file] [log] [blame]
{
"name": "XCEUniFlow",
"summary": "App architecture done right, inspired by Flux (from Facebook).",
"version": "4.10.0",
"homepage": "https://XCEssentials.github.io/UniFlow",
"source": {
"git": "https://github.com/XCEssentials/UniFlow.git",
"tag": "4.10.0"
},
"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",
"pushed_with_swift_version": "3.1"
}