blob: e75acdad9da7eb7d016944145982f72e176bf41b [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.10",
"source": {
"git": "https://github.com/kocherovets/ReduxVM.git",
"tag": "1.0.10"
},
"source_files": "Framework/Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"DeclarativeTVC": [
],
"RedSwift": [
]
},
"swift_version": "5.0"
}