blob: fa65e4dfd0278d436b64b227619bc608849d5cdd [file] [log] [blame]
{
"name": "FlagPhoneNumber",
"version": "0.7.0",
"summary": "A formatted phone number UITextField with country flag picker.",
"description": "FlagPhoneNumber is a phone number textfield that allows you to choose the country code thanks to a picker. It uses libPhoneNumber to format the number in the textfield according to country code.",
"homepage": "https://github.com/chronotruck/FlagPhoneNumber",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Aurélien Grifasi": "aurelien.grifasi@chronotruck.com"
},
"source": {
"git": "https://github.com/chronotruck/FlagPhoneNumber.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FlagPhoneNumber/**/*.swift",
"resource_bundles": {
"FlagPhoneNumber": [
"FlagPhoneNumber/Resources/**/*"
]
},
"dependencies": {
"libPhoneNumber-iOS": [
]
}
}