| { |
| "name": "Coordination", |
| "version": "0.1.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.1.0" |
| }, |
| "source_files": "Coordination/**/*.{swift}", |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |