blob: 406dc74f2dde02979b221faca12d0a13e22ab32d [file] [log] [blame]
{
"name": "SwiftHUEColorPicker",
"version": "0.3.0",
"summary": "Swift HUE Color Picker",
"description": "Simple iOS HUE color picker",
"homepage": "https://github.com/maximbilan/SwiftHUEColorPicker",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/SwiftHUEColorPicker.git",
"tag": "0.3.0"
},
"source_files": [
"Classes",
"SwiftHUEColorPicker/Sources/**/*.{swift}"
],
"requires_arc": true
}