| { |
| "name": "Pailead", |
| "version": "1.1.0", |
| "summary": "Extract a color palette from an image", |
| "description": "Extract average colors from an image just like Googles Palette library on Android. Written to be a fast way to show vibrant colors behind or before an image.", |
| "homepage": "https://github.com/pducks32/Pailead", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pducks32": "git@patrickmetcalfe.com" |
| }, |
| "source": { |
| "git": "https://github.com/pducks32/Pailead.git", |
| "tag": "1.1.0" |
| }, |
| "social_media_url": "https://twitter.com/pducks32", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.12" |
| }, |
| "source_files": "Sources/Pailead/**/*", |
| "pushed_with_swift_version": "4.0" |
| } |