blob: e292c3b31e9fa5383ba0b2885b28cb917c27726c [file] [log] [blame]
{
"name": "SwiftCoordinator",
"version": "0.1.0",
"summary": "An implementation of the Coordinator pattern for iOS written in Swift 5.",
"source": {
"git": "https://github.com/daveneff/Coordinator.git",
"tag": "0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dave Neff": "https://github.com/daveneff"
},
"homepage": "https://github.com/daveneff/Coordinator",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"swift_version": "5.0"
}