blob: 8fcdca3fa4a10468e54dc8c306e08de4e8145ca5 [file] [log] [blame]
{
"name": "UIColorInterpolation",
"version": "0.3",
"summary": "A simple UIColor category to interpolate with another color.",
"homepage": "https://github.com/aout/UIColor-Interpolation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillaume CASTELLANA": "guillaume.castellana@gmail.com"
},
"social_media_url": "http://twitter.com/aooout",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/aout/UIColor-Interpolation.git",
"tag": "0.3"
},
"source_files": "Classes/",
"public_header_files": "Classes/*.h",
"requires_arc": true
}