Skip to content

Commit 6416b3b

Browse files
committed
Release 3.7.1
1 parent 10ea405 commit 6416b3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PhoneNumberKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PhoneNumberKit'
3-
s.version = '3.7.0'
3+
s.version = '3.7.1'
44
s.summary = 'Swift framework for working with phone numbers'
55
s.description = <<-DESC
66
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is now the prefe
155155
From Xcode 11+ :
156156

157157
1. Select File > Swift Packages > Add Package Dependency. Enter `https://github.com/marmelroy/PhoneNumberKit.git` in the "Choose Package Repository" dialog.
158-
2. In the next page, specify the version resolving rule as "Up to Next Major" from "3.6.0".
158+
2. In the next page, specify the version resolving rule as "Up to Next Major" from "3.7.0".
159159
3. After Xcode checked out the source and resolving the version, you can choose the "PhoneNumberKit" library and add it to your app target.
160160

161161
For more info, read [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) from Apple.
@@ -164,7 +164,7 @@ Alternatively, you can also add PhoneNumberKit to your `Package.swift` file:
164164

165165
```swift
166166
dependencies: [
167-
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.6.0")
167+
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.0")
168168
]
169169
```
170170

@@ -188,5 +188,5 @@ github "marmelroy/PhoneNumberKit"
188188
### Setting up with [CocoaPods](http://cocoapods.org/?q=PhoneNumberKit)
189189

190190
```ruby
191-
pod 'PhoneNumberKit', '~> 3.6'
191+
pod 'PhoneNumberKit', '~> 3.7'
192192
```

0 commit comments

Comments
 (0)