blob: c067fe8fb1fbc1485a185c299f5a11c6d0ffb05c [file] [log] [blame]
{
"name": "DPLoadingButton",
"version": "0.2.2",
"license": "MIT",
"summary": " A 'button like' control that displayes a UIActivityIndicatorView when the button fires a control event.",
"description": " DPLoadingButton is a button like control, that will display an animating UIActivityIndicatorView automatically until the button action is done.\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",
"source": {
"git": "https://github.com/danielpetroianu/DPLoadingButton.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "Core",
"public_header_files": "Pod/Classes/Core/*.h",
"source_files": "Pod/Classes/Core"
},
{
"name": "AFNetworking",
"dependencies": {
"DPLoadingButton/Core": [
],
"AFNetworking": [
">= 2.0"
]
},
"public_header_files": "Pod/Classes/AFNetworking/*.h",
"source_files": "Pod/Classes/AFNetworking"
}
]
}