blob: 5ef86f0f566cf7f6f78841948be390c1588df102 [file] [log] [blame]
{
"name": "TMROCoordinator",
"version": "0.0.1",
"summary": "A simple coordinator written in Swift",
"description": "Use this to easily apply a coordiantor type pattern to the navigation of your app.",
"homepage": "https://github.com/TomorrowIdeas/TMROCoordinator.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Dodgson": "benji@tomorrow.me"
},
"platforms": {
"ios": "11.2"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/TomorrowIdeas/TMROCoordinator.git",
"tag": "0.0.1"
},
"source_files": "TMROCoordinator/**/*.{h,m}",
"swift_version": "4.2"
}