blob: 4c4930dd9593638910e78c569d217f938b6dd0b0 [file] [log] [blame]
{
"name": "CoordinatorsFoundation",
"version": "0.2.2",
"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.2.2"
},
"platforms": {
"ios": "11.4"
},
"source_files": "CoordinatorsFoundation/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "5.1",
"swift_version": "5.1"
}