blob: 6e5060d23682302d028454a647eca389fc453b13 [file] [log] [blame]
{
"name": "BDBAttributedButton",
"version": "1.0.0",
"license": "MIT",
"summary": "A UIButton subclass with easy button styling!",
"homepage": "https://github.com/bdbergeron/BDBAttributedButton",
"authors": {
"Bradley David Bergeron": "brad@bradbergeron.com"
},
"source": {
"git": "https://github.com/bdbergeron/BDBAttributedButton.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "BDBAttributedButton/*.{h,m}",
"public_header_files": "BDBAttributedButton/*.h"
}