blob: 40df865eff2407e1896d9c16eb7764d677208acc [file] [log] [blame]
{
"name": "UIColor+BFPaperColors",
"version": "1.7.2",
"summary": "A category for UIColor that adds flat UI color methods inspired by Google's Material Design, Paper.",
"homepage": "https://github.com/bfeher/BFPaperColors",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bence Feher": "ben.feher@gmail.com"
},
"source": {
"git": "https://github.com/bfeher/BFPaperColors.git",
"tag": "1.7.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIColor+BFPaperColors",
"UIColor+BFPaperColors/**/*.{h,m}"
],
"public_header_files": "UIColor+BFPaperColors/**/*.h",
"requires_arc": true
}