[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 2 / b / 9 / UXPhoneNumberInput / 1.0.0 / UXPhoneNumberInput.podspec.json
blobc077f49c9a13408995213955ab38eefeb4a37f6a
2   "name": "UXPhoneNumberInput",
3   "version": "1.0.0",
4   "summary": "UXPhoneNumberInput is a view controller for inputting phone number",
5   "description": "UXPhoneNumberInput is a view controller for inputting phone number. It support country code selection and detection, also can format the phone number according to the selected country.\nThis view controller is useful for app that requires user's phone number for login, SMS verification, etc.",
6   "homepage": "https://github.com/eddy-lau/UXPhoneNumberInput",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eddie Lau": "eddie@touchutility.com"
13   },
14   "source": {
15     "git": "https://github.com/eddy-lau/UXPhoneNumberInput.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "UXPhoneNumberInput/Classes/**/*",
22   "resource_bundles": {
23     "UXPhoneNumberInput": [
24       "UXPhoneNumberInput/Resources/**/*.{storyboard,png,xcassets}"
25     ]
26   },
27   "dependencies": {
28     "PhoneNumberKit": [
29       "~> 1.2"
30     ],
31     "AJCountryPicker2": [
32       "~> 2.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"