Skip to content

Commit

Permalink
Release 3.0.6 (#98)
Browse files Browse the repository at this point in the history
Release 3.0.6
  • Loading branch information
kizitonwose authored Dec 15, 2019
2 parents 96d113e + 3b923d1 commit 45f54ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion CountryPickerView/CountryPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public class CountryPickerView: NibView {
}
}

internal let countries: [Country] = {
public let countries: [Country] = {
var countries = [Country]()
let bundle = Bundle(for: CountryPickerView.self)
guard let jsonPath = bundle.path(forResource: "CountryPickerView.bundle/Data/CountryCodes", ofType: "json"),
Expand Down

0 comments on commit 45f54ee

Please sign in to comment.