| { |
| "name": "Minimalist", |
| "version": "1.0.0", |
| "summary": "Dead simple Observable Property and Signal", |
| "homepage": "https://github.com/nalexn/Minimalist", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alexey Naumov": "alexey@naumov.tech" |
| }, |
| "platforms": { |
| "ios": "12.0", |
| "osx": "10.10", |
| "tvos": "12.0" |
| }, |
| "frameworks": "XCTest", |
| "swift_versions": "5.1", |
| "source": { |
| "git": "https://github.com/nalexn/minimalist.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/Minimalist/**/*.swift", |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "source_files": "Tests/MinimalistTests/**/*.swift" |
| } |
| ], |
| "swift_version": "5.1" |
| } |