blob: 41c031bcdd31013c86b8e0c6d66a6dc9ac492eec [file] [log] [blame]
{
"name": "BFPaperButton",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"UIColor+BFPaperColors": [
]
},
"source_files": [
"BFPaperButton",
"BFPaperButton/**/*.{h,m}"
],
"public_header_files": "BFPaperButton/**/*.h",
"requires_arc": true
}