[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 8 / MPProgressIndicatorCell / 1.0 / MPProgressIndicatorCell.podspec.json
blob25826a52c87daa5cacc38d8b188c3c600f80c04b
2   "name": "MPProgressIndicatorCell",
3   "version": "1.0",
4   "summary": "A custom UIPickerView with a simple list of options, along with a toolbar for Done/Cancel and a faded backdrop view.",
5   "homepage": "https://github.com/mpatelCAS/MPProgressViewCell",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mayank Patel": "mpatel@customapps.in"
12   },
13   "source": {
14     "git": "https://github.com/mpatelCAS/MPProgressViewCell.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "MPProgressViewCell/*",
21   "requires_arc": true,
22   "dependencies": {
23     "DACircularProgress": [
24       "~> 2.3"
25     ],
26     "SDWebImage": [
27       "~> 3.7",
28       "!= 3.7.2"
29     ]
30   }