blob: f9e1351ed5a277e4286a3cf64e8717da171fbb6c [file] [log] [blame]
{
"name": "UIColor+Mix",
"version": "1.0.0",
"summary": "Allows calculation of colors partway in between other colors.",
"homepage": "https://github.com/needbee/uicolor-mix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/uicolor-mix.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": false
}