blob: ec940afad55ade80e8fdf9939698688bd70f5490 [file] [log] [blame]
{
"name": "ImagePalette",
"version": "0.1.0",
"summary": "Swift/iOS port of Android’s Palette",
"homepage": "https://github.com/shnhrrsn/ImagePalette",
"license": "Apache License 2.0",
"authors": "Shaun Harrison",
"social_media_url": "http://twitter.com/shnhrrsn",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shnhrrsn/ImagePalette.git",
"tag": "0.1.0"
},
"source_files": "src/*.swift",
"requires_arc": true,
"dependencies": {
"SwiftPriorityQueue": [
"~> 1.1.2"
]
},
"pushed_with_swift_version": "3.0"
}