| { |
| "name": "FluxFramework", |
| "version": "0.1.0", |
| "summary": "A lightweight flux framework for Swift.", |
| "description": "FluxFramework is a lightweight flux framework for Swift supporting unidirectional flow.", |
| "homepage": "https://github.com/Scior/FluxFramework", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Scior": "interval12@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/Scior/FluxFramework.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "FluxFramework/**/*.swift", |
| "swift_versions": "5.2.2", |
| "swift_version": "5.2.2" |
| } |