blob: ae1c51272acacacb645ff18f1144031308b2b710 [file] [log] [blame]
{
"name": "CoordinatorsFoundation",
"version": "0.3.1",
"summary": "Base for Coordinators pattern in Swift",
"description": "CoordinatorsFoundation makes easier to build your project using the coordinator pattern.\nThis is lightweight framework containing base for this pattern.",
"homepage": "https://github.com/railwaymen/CoordinatorsFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bartłomiej Świerad": "bartlomiej.swierad@railwaymen.org"
},
"source": {
"git": "https://github.com/railwaymen/CoordinatorsFoundation.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "11.4"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}