[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / b / IPDecimalNumberPad / 0.1.0 / IPDecimalNumberPad.podspec.json
blob718e011383d539d18c3f7d510f452a26f67b1ddd
2   "name": "IPDecimalNumberPad",
3   "version": "0.1.0",
4   "summary": "A number pad control consisting of digits 0-9, a decimal point and a delete button.",
5   "description": "Sometimes a design requires a number pad that is not contained in a keyboard. This UIControl subclass provides a customizeable and resizeable number pad.",
6   "homepage": "https://github.com/IntrepidPursuits/IPDecimalNumberPad",
7   "license": "MIT",
8   "authors": {
9     "Nick Servidio": "servidionicholas@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/IntrepidPursuits/IPDecimalNumberPad.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "IPDecimalNumberPad": "Pod/Assets/*.png"
22   },
23   "frameworks": "UIKit",
24   "dependencies": {
25     "IP-UIKit-Wisdom": [
26       "0.0.7"
27     ]
28   }