[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / a / e / NMLocalizedPhoneCountryView / 1.0.5 / NMLocalizedPhoneCountryView.podspec.json
blob574e36a6d4289aa30b7d4e2392c319553a1b8835
2   "name": "NMLocalizedPhoneCountryView",
3   "version": "1.0.5",
4   "summary": "iOS library to add support for selecting a country and its international phone code in your app",
5   "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.",
6   "homepage": "https://github.com/namshi/NMLocalizedPhoneCountryView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Namshi General Trading L.L.C": "mobile-dev@namshi.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/namshi/NMLocalizedPhoneCountryView.git",
19     "tag": "1.0.5"
20   },
21   "social_media_url": "https://twitter.com/namshidotcom",
22   "source_files": "NMLocalizedPhoneCountryView/**/*.{swift,xib}",
23   "resource_bundles": {
24     "NMLocalizedPhoneCountryView": [
25       "NMLocalizedPhoneCountryView/Assets/NMLocalizedPhoneCountryView.bundle/*"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.2"
30   }