blob: 2d298c773605feb5a9b4c69d617ad409d7e43f88 [file] [log] [blame]
{
"name": "CoordinatorsFoundation",
"version": "0.3.0",
"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.0"
},
"platforms": {
"ios": "11.4"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}