blob: 82a29323e4ba7b918c8d2b32a26aab0473b9c7f2 [file] [log] [blame]
{
"name": "ReduxVM",
"platforms": {
"ios": "11"
},
"summary": "App framework on base of RedSwift and DeclarativeTVC.",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/kocherovets/ReduxVM",
"authors": {
"Dmitry Kocherovets": "kocherovets@gmail.com"
},
"version": "1.0.3",
"source": {
"git": "https://github.com/kocherovets/ReduxVM.git",
"tag": "1.0.3"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"DeclarativeTVC": [
],
"RedSwift": [
]
},
"swift_version": "5.0"
}