[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 0 / e / MSProgressSlider / 0.1.0 / MSProgressSlider.podspec.json
bloba639ec8788e2176ecdf2fcf16c5758d6e1f28bd2
2   "name": "MSProgressSlider",
3   "version": "0.1.0",
4   "summary": "MSProgressSlider adds a second value to an UISlider",
5   "description": "The MSProgressSlider extends the UISlider with a second value. This value is displayed as a line behind the value line.\nIt can be used to show a loading progress.",
6   "homepage": "https://github.com/messeb/MSProgressSlider",
7   "license": "MIT",
8   "authors": "messeb",
9   "source": {
10     "git": "https://github.com/messeb/MSProgressSlider.git",
11     "tag": "0.1.0"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": "Pod/Classes/**/*",
18   "resource_bundles": {
19     "MSProgressSlider": [
20       "Pod/Assets/*.png"
21     ]
22   }