| { |
| "name": "ImageUtility", |
| "version": "0.3.0", |
| "summary": "Helpers functions performing image operations for iOS.", |
| "description": "Utilities function for UIImage : Scale, Colors, ... and many more to come!", |
| "homepage": "https://github.com/Dean151/ImageUtility", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Thomas Durand": "contact@thomasdurand.fr" |
| }, |
| "social_media_url": "https://twitter.com/deanatoire", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Dean151/ImageUtility.git", |
| "tag": "0.3.0" |
| }, |
| "swift_version": "5.0", |
| "source_files": "Sources/ImageUtility/*.swift" |
| } |