blob: d80dcb379afe51e3a6e7d4424fe3b9c1330c61ff [file] [log] [blame]
{
"name": "BFPaperTableViewCell",
"version": "1.0",
"summary": "A flat button inspired by Google Material Design's Paper theme.",
"homepage": "https://github.com/bfeher/BFPaperTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Bence Feher": "ben.feher@gmail.com"
},
"source": {
"git": "https://github.com/bfeher/BFPaperTableViewCell.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"UIColor+BFPaperColors": [
]
},
"source_files": [
"BFPaperTableViewCell",
"BFPaperTableViewCell/**/*.{h,m}"
],
"public_header_files": "BFPaperTableViewCell/**/*.h",
"requires_arc": true
}