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