blob: ec9cf001ddd416c88c3f5d2232a4baee88cc5f82 [file] [log] [blame]
{
"name": "ImagePalette",
"version": "0.0.4",
"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.0.4"
},
"source_files": "*.swift",
"requires_arc": true,
"dependencies": {
"SwiftPriorityQueue": [
"~> 1.0"
]
}
}