blob: ab8a8670b68b0ec721d1d6dec61958562a158a7a [file] [log] [blame]
{
"name": "FlagPhoneNumber",
"version": "0.6.1",
"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.6.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FlagPhoneNumber/**/*.swift",
"resource_bundles": {
"FlagPhoneNumber": [
"FlagPhoneNumber/Resources/**/*"
]
},
"dependencies": {
"libPhoneNumber-iOS": [
]
}
}