[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / c / f / SuxiNumberInputView / 0.2.1 / SuxiNumberInputView.podspec.json
blob6f046836b6ca41b804d71351574690f2d2630491
2   "name": "SuxiNumberInputView",
3   "version": "0.2.1",
4   "summary": "A simple custom number pad input view with a \"Done\" button.",
5   "requires_arc": true,
6   "description": "SuxiNumberInputView is a simple custom input view for UITextField and UITextView when you want to use number pad keyboard with a \"Done\" button.",
7   "homepage": "https://github.com/sadwx/SuxiNumberInputView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "simon.lin": "sadwx4017@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sadwx/SuxiNumberInputView.git",
17     "tag": "0.2.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "SuxiNumberInputView/**/*.{swift}",
24   "resources": "SuxiNumberInputView/**/*.{xib,png}",
25   "frameworks": "UIKit"