blob: 59ee97f2d9bd22a69a3662af7a00cf71012d930a [file] [log] [blame]
{
"name": "PREColorPickerController",
"version": "0.2",
"summary": "Color Picker for iOS",
"homepage": "https://github.com/pres/PREColorPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Steinhilber": "git@paulsteinhilber.de"
},
"source": {
"git": "https://github.com/pres/PREColorPickerController.git",
"tag": "0.2"
},
"source_files": "PREColorPickerController/*.{h,m}",
"resources": "PREColorPickerController/PREColorPickerController.xib",
"screenshots": [
"https://raw.githubusercontent.com/pres/PREColorPickerController/master/screenshots/01.png",
"https://raw.githubusercontent.com/pres/PREColorPickerController/master/screenshots/02.png"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}