We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e77e4 commit 3b923d1Copy full SHA for 3b923d1
.swift-version
CountryPickerView.podspec
@@ -1,12 +1,13 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = "CountryPickerView"
4
- spec.version = "3.0.5"
+ spec.version = "3.0.6"
5
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
6
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
7
spec.license = "MIT"
8
spec.author = { "Kizito Nwose" => "kizitonwose@gmail.com" }
9
spec.platform = :ios, "8.0"
10
+ spec.swift_version = '5.0'
11
spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version }
12
spec.source_files = "CountryPickerView/**/*.{swift}"
13
spec.resource_bundles = {
0 commit comments