| { | |
| "name": "Engine", | |
| "version": "1.0.1", | |
| "summary": "Data driven architecture framework in Swift", | |
| "homepage": "https://github.com/siam-biswas/Engine", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "Siam Biswas": "siam.biswas@icloud.com" | |
| }, | |
| "requires_arc": true, | |
| "swift_versions": "4.2", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/siam-biswas/Engine.git", | |
| "tag": "1.0.1" | |
| }, | |
| "source_files": "Source/Engine/*.swift", | |
| "swift_version": "4.2" | |
| } |