blob: be3a02bca91ec4cde3b3157813ee448413c92042 [file] [log] [blame]
{
"name": "UIColor+MLPFlatColors",
"version": "1.0",
"summary": "A category for UIColor that adds flat UI color methods.",
"homepage": "http://github.com/EddyBorja/UIColor-MLPFlatColors",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Eddy Borja": "eddyborja@gmail.com"
},
"source": {
"git": "https://github.com/EddyBorja/UIColor-MLPFlatColors.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"UIColor+MLPFlatColors",
"UIColor+MLPFlatColors/**/*.{h,m}"
],
"public_header_files": "UIColor+MLPFlatColors/**/*.h",
"requires_arc": true
}