[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 6 / 7 / DTScalePicker / 0.1.1 / DTScalePicker.podspec.json
blob640fb2b1445c38948390d5b7244185bc861842c8
2   "name": "DTScalePicker",
3   "version": "0.1.1",
4   "summary": "A custom UIControl ScalePicker with pan gesture and masked progress image",
5   "description": "DTScalePicker for pick a value with pan gesture and translate it to a value given",
6   "homepage": "https://github.com/nielstj/DTScalePicker",
7   "license": "MIT",
8   "authors": {
9     "Daniel Tjuatja": "daniel.tjuatja@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nielstj/DTScalePicker.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DTScalePicker": [
22       "Pod/Assets/*.png"
23     ]
24   }