blob: 370e1842a518350cbe51ac8abba34aa61805ba24 [file] [log] [blame]
{
"name": "PhoneVerificationController",
"version": "2.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/appwise-labs/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/appwise-labs/PhoneVerificationController.git",
"tag": "2.0.0"
},
"source_files": "Source/*.swift",
"resource_bundles": {
"PhoneVerificationControllerResources": [
"Resources/**/*"
]
},
"dependencies": {
"CountryPickerSwift": [
"~> 1.4"
],
"PhoneNumberKit": [
"~> 2.0.0"
]
}
}