| { |
| "name": "ViewNodes", |
| "version": "0.1.0", |
| "summary": "Layout with SwiftUI-like syntax", |
| "description": "Layout with SwiftUI-like syntax for iOS 9.3+", |
| "homepage": "https://github.com/maximeal10/ViewNodes", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Maxime Ashurov": "maximeal10@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/maximeal10/ViewNodes.git", |
| "tag": "0.1.0" |
| }, |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "ViewNodes/**/*.swift", |
| "swift_version": "5.1" |
| } |