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