{ | |
"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 | |
} |