blob: 54f8cbdd6132e29ffd00b8d813f4f4cc5b78d8bf [file] [log] [blame]
{
"name": "NMLocalizedPhoneCountryView",
"version": "1.0.1",
"summary": "iOS library to add support for selecting a country and its international phone code in your app",
"description": "iOS library to add support for selecting a country and its international phone code in your app with localized country names. It can also exclude countries based on countryCodes. Inspiration from https://github.com/kizitonwose/CountryPickerView pod.",
"homepage": "https://github.com/namshi/NMLocalizedPhoneCountryView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Namshi General Trading L.L.C": "mobile-dev@namshi.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/namshi/NMLocalizedPhoneCountryView.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/namshidotcom",
"source_files": "NMLocalizedPhoneCountryView/**/*.{swift,xib}",
"resource_bundles": {
"NMLocalizedPhoneCountryView": [
"NMLocalizedPhoneCountryView/Assets/NMLocalizedPhoneCountryView.bundle/*"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}