blob: 9b36153bbd9978057f1bce3a52d07e6c004fd65f [file] [log] [blame]
{
"name": "ACPButton",
"version": "1.0.0",
"summary": "UIButton subclass to easily add custom buttons to your iOS app.",
"homepage": "https://github.com/antoniocasero/ACPButton",
"screenshots": "https://github.com/antoniocasero/ACPButton/blob/master/Screenshot1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antonio Casero": "anto.casero@gmail.com"
},
"source": {
"git": "https://github.com/antoniocasero/ACPButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ACPButton.{h,m}",
"requires_arc": true
}