blob: 7b0101823cc86d6fca49e59a1cae26568850ea40 [file] [log] [blame]
{
"name": "DPLoadingButton",
"version": "0.1.0",
"license": "MIT",
"summary": "Button like control with UIActivityIndicatorView as subview",
"description": " DPLoadingButton is a button like control, that will display an UIActivityIndicatorView until the action is over\n",
"homepage": "https://github.com/danielpetroianu/DPLoadingButton",
"authors": {
"Petroianu Daniel": "petroianudaniel@gmail.com"
},
"social_media_url": "https://twitter.com/danielpetroianu",
"screenshots": "https://raw.githubusercontent.com/danielpetroianu/DPLoadingButton/master/Example/Screenshots/DPLoadingButton.gif",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/danielpetroianu/DPLoadingButton.git",
"tag": "0.1.0"
},
"frameworks": "UIKit",
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes"
}