blob: d365f2fb0c78abd1bff1cd797e15443c03dd697b [file] [log] [blame]
{
"name": "CTKFlagPhoneNumber",
"version": "0.1.6",
"summary": "A formatted phone number UITextField with country flag picker.",
"description": "CTKFlagPhoneNumber 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/CTKFlagPhoneNumber",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Aurélien Grifasi": "aurelien.grifasi@chronotruck.com"
},
"source": {
"git": "https://github.com/chronotruck/CTKFlagPhoneNumber.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CTKFlagPhoneNumber/**/*.swift",
"resource_bundles": {
"CTKFlagPhoneNumber": [
"CTKFlagPhoneNumber/Resources/**/*"
]
},
"dependencies": {
"libPhoneNumber-iOS": [
]
},
"pushed_with_swift_version": "3.0"
}