blob: 39bdcbcaa65b3b16e6d439a5c61b615fc5e779c5 [file] [log] [blame]
{
"name": "XCEUniFlow",
"summary": "App architecture done right, inspired by Flux (from Facebook).",
"version": "4.8.1",
"homepage": "https://XCEssentials.github.io/UniFlow",
"source": {
"git": "https://github.com/XCEssentials/UniFlow.git",
"tag": "4.8.1"
},
"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"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"dependencies": {
"XCERequirement": [
"~> 1.6"
]
},
"source_files": "Sources/Core/**/*.swift"
},
{
"name": "MVVM",
"dependencies": {
"XCEUniFlow/Core": [
]
},
"source_files": "Sources/MVVM/**/*.swift"
}
]
}