blob: 4670adc03a2cb83395c877a34ae05abc5082a50a [file] [log] [blame]
{
"name": "FlagPhoneNumber",
"version": "0.8.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.8.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"FlagPhoneNumber": [
"Sources/Resources/**/*"
]
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"subspecs": [
{
"name": "libPhoneNumberiOS",
"source_files": "Sources/libPhoneNumber/**/*.{m,h}"
}
],
"swift_version": "5.0"
}