blob: 20f4a2e1a0b3f59f276d51793443fa2064c27ba8 [file] [log] [blame]
{
"name": "PhoneVerificationController",
"version": "1.0.0",
"summary": "A nicer UI for FireBase phone authentication.",
"description": "This is a replacement for FireBaseUI for phone authentication. The UI is completely customizable using a configuration structure.",
"homepage": "https://github.com/djbe/PhoneVerificationController",
"authors": {
"David Jennes": "david.jennes@gmail.com",
"Tom Knapen": "tom@knapen.io",
"Yannick Winters": "wintersyannick@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/djbe/PhoneVerificationController.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"resource_bundles": {
"PhoneVerificationControllerResources": [
"Resources/**/*"
]
},
"dependencies": {
"CountryPickerSwift": [
],
"PhoneNumberKit": [
]
},
"pushed_with_swift_version": "3.1"
}