blob: 11e3fb6c9741847ec7f62b7752f7de4f54757702 [file] [log] [blame]
{
"name": "Coordination",
"version": "0.2.0",
"summary": "Swift coordinator pattern",
"description": "Coordination is a swift framework that utilizes Coordinator pattern to separate navigation code from UI and business logic",
"homepage": "https://github.com/ahmedkhaledselim/Coordination",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmed Khaled": "ahmedkhaledselim1@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"frameworks": "UIKit",
"source": {
"git": "https://github.com/ahmedkhaledselim/Coordination.git",
"tag": "0.2.0"
},
"source_files": "Coordination/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}