[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 5 / 2 / 1 / NumericalTextEntry / 0.1.3 / NumericalTextEntry.podspec.json
blobb45a7be7f5e50d8deddd42cf48a8386115c48fd7
2   "name": "NumericalTextEntry",
3   "version": "0.1.3",
4   "summary": "A text field that specializes in numeric input.",
5   "description": "NumericalTextEntry is a specialized view that allows for numeric input. Input text is first formatted using an input NumberFormatter then displayed using a custom NumberDisplayer. Full description is available on GitHub.",
6   "homepage": "https://github.com/Chris-Perkins/NumericalTextEntry",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chrisfromtemporaryid@gmail.com": "chrisfromtemporaryid@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Chris-Perkins/NumericalTextEntry.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "NumericalTextEntry/Classes/**/*",
22   "dependencies": {
23     "ClingConstraints": [
24       "~> 1.0.1"
25     ],
26     "PrettyButtons": [
27       "~> 0.1.0"
28     ]
29   }