[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 5 / 2 / 1 / NumericalTextEntry / 0.1.1 / NumericalTextEntry.podspec.json
blob5ed51b1d1abbd6fb97eac635c39d6a9e76967b08
2   "name": "NumericalTextEntry",
3   "version": "0.1.1",
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.",
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.1"
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   }