blob: a275f0b52298dbbe571b1177e12f1d8553f8ea7e [file] [log] [blame]
{
"name": "SwiftPhoneFormat",
"version": "1.0.0",
"summary": "A framework for formatting phone numbers in Swift for iOS projects.",
"description": "A phone number string formatting framework designed and built for iOS in Swift.",
"homepage": "https://github.com/appteur/phoneformat.git",
"license": {
"type": "INTERNAL",
"file": "LICENSE"
},
"authors": "Seth Arnott",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/appteur/phoneformat.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftPhoneFormat/*.{h,m,swift}",
"UIWidgetKit/**/*.{h,m,swift}"
],
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}