blob: c4f6248d4f6ae3fc134d042596ba5ca059d84078 [file] [log] [blame]
{
"name": "FlagPhoneNumber",
"version": "0.7.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"FlagPhoneNumber": [
"Sources/Resources/**/*"
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"subspecs": [
{
"name": "libPhoneNumberiOS",
"source_files": "Sources/libPhoneNumber/**/*"
}
]
}