[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 3 / b / IPDecimalNumberPad / 0.2.0 / IPDecimalNumberPad.podspec.json
blob62db59070af6c17a59c7bd40a57f6a3d80d8c977
2   "name": "IPDecimalNumberPad",
3   "version": "0.2.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.2.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   }