blob: 214dee7d7694b7bbeed8b8f8b84827153466a379 [file] [log] [blame]
{
"name": "VAGlowingButton",
"version": "1.0.1",
"summary": "Glowing UIButton subclass, glows when tapped.",
"description": " A custom and simple UIButton subclass that glows when the user is touching down over the button.\n\n",
"homepage": "https://github.com/mohamede1945/GlowingButton-ObjC",
"license": "MIT",
"authors": {
"Mohamed Afifi": ""
},
"source": {
"git": "https://github.com/mohamede1945/GlowingButton-ObjC.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VAGlowingButton": [
"Pod/Assets/*.png"
]
}
}