blob: d4ad0cfef0967d328ec151dabb4aebe445079ff7 [file] [log] [blame]
{
"name": "DDProgressIndicator",
"version": "1.0.0",
"summary": "A protocol to display an activity spinner for any UIViewController.",
"description": "A protocol to display an activity spinner for any UIViewController. The default functions of the protocol will\ndisplay a UIView centered on the screen with an activity indicator in the middle along with a loading message\nabove it. The color of the text, activity spinner, and the background of the view can be customized.",
"homepage": "https://github.com/donnywdavis/DDProgressIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Donny Davis": "donnywdavis@icloud.com"
},
"source": {
"git": "https://github.com/donnywdavis/DDProgressIndicator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DDProgressIndicator/Classes/**/*"
}