| { |
| "name": "TMROCoordinator", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "source_files": "TMROCoordinator/**/*.{h,m}", |
| "swift_version": "4.2" |
| } |