[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / 4 / PhoneVerificationController / 2.0.0 / PhoneVerificationController.podspec.json
blob370e1842a518350cbe51ac8abba34aa61805ba24
2   "name": "PhoneVerificationController",
3   "version": "2.0.0",
4   "summary": "A nicer UI for FireBase phone authentication.",
5   "description": "This is a replacement for FireBaseUI for phone authentication. The UI is completely customizable using a configuration structure.",
6   "homepage": "https://github.com/appwise-labs/PhoneVerificationController",
7   "authors": {
8     "David Jennes": "david.jennes@gmail.com",
9     "Tom Knapen": "tom@knapen.io",
10     "Yannick Winters": "wintersyannick@gmail.com"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/appwise-labs/PhoneVerificationController.git",
21     "tag": "2.0.0"
22   },
23   "source_files": "Source/*.swift",
24   "resource_bundles": {
25     "PhoneVerificationControllerResources": [
26       "Resources/**/*"
27     ]
28   },
29   "dependencies": {
30     "CountryPickerSwift": [
31       "~> 1.4"
32     ],
33     "PhoneNumberKit": [
34       "~> 2.0.0"
35     ]
36   }