[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / d / 5 / DDProgressIndicator / 1.0.0 / DDProgressIndicator.podspec.json
blobd4ad0cfef0967d328ec151dabb4aebe445079ff7
2   "name": "DDProgressIndicator",
3   "version": "1.0.0",
4   "summary": "A protocol to display an activity spinner for any UIViewController.",
5   "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.",
6   "homepage": "https://github.com/donnywdavis/DDProgressIndicator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Donny Davis": "donnywdavis@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/donnywdavis/DDProgressIndicator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DDProgressIndicator/Classes/**/*"