Skip to content

Commit 3b923d1

Browse files
committed
Bump version to 3.0.6
1 parent c6e77e4 commit 3b923d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CountryPickerView.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "CountryPickerView"
4-
spec.version = "3.0.5"
4+
spec.version = "3.0.6"
55
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
66
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
77
spec.license = "MIT"
88
spec.author = { "Kizito Nwose" => "kizitonwose@gmail.com" }
99
spec.platform = :ios, "8.0"
10+
spec.swift_version = '5.0'
1011
spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version }
1112
spec.source_files = "CountryPickerView/**/*.{swift}"
1213
spec.resource_bundles = {

0 commit comments

Comments
 (0)