| { |
| "name": "ImageUI", |
| "version": "0.4.1", |
| "summary": "A photo viewer inspired by Apple Photos app.", |
| "homepage": "https://github.com/alberto093/ImageUI", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alberto Saltarelli": "a.saltarelli93@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/alberto093/ImageUI.git", |
| "tag": "0.4.1" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": [ |
| "5.1", |
| "5.2" |
| ], |
| "source_files": "Sources/ImageUI/**/*.swift", |
| "dependencies": { |
| "Nuke": [ |
| "~> 9.0.0" |
| ] |
| }, |
| "swift_version": "5.2" |
| } |