blob: b43beae0066cbb52307400010f5b50ab14d9c360 [file] [log] [blame]
{
"name": "CountryPhoneNumberValidator",
"version": "0.1.3",
"summary": "A phone number validator based on Country dial code",
"description": "The library provides a view for inputing phone number with dial code, returns a country flag and\n validate if the dial code is valid for bthe phone number inputed \nTODO: Add long description of the pod here.",
"homepage": "https://github.com/moderateepheezy/CountryPhoneNumberValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"moderateepheezy": "moderateepheezy@gmail.com"
},
"source": {
"git": "https://github.com/moderateepheezy/CountryPhoneNumberValidator.git",
"branch": "master",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.3"
},
"source_files": "CountryPhoneNumberValidator/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PhoneNumberKit": [
"~> 2.0"
],
"libPhoneNumber-iOS": [
"~> 0.8"
]
},
"pushed_with_swift_version": "4.0"
}