Skip to content

Commit

Permalink
Bump version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Dec 15, 2019
1 parent c6e77e4 commit 3b923d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion CountryPickerView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |spec|

spec.name = "CountryPickerView"
spec.version = "3.0.5"
spec.version = "3.0.6"
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
spec.license = "MIT"
spec.author = { "Kizito Nwose" => "[email protected]" }
spec.platform = :ios, "8.0"
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version }
spec.source_files = "CountryPickerView/**/*.{swift}"
spec.resource_bundles = {
Expand Down

0 comments on commit 3b923d1

Please sign in to comment.