Skip to content

Commit

Permalink
Release 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bguidolim committed Sep 10, 2022
1 parent b4a9955 commit 449c80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PhoneNumberKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "PhoneNumberKit"
s.version = "3.4.8"
s.version = "3.4.9"
s.summary = "Swift framework for working with phone numbers"

# This description is used to generate tags and improve search results.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,5 @@ github "marmelroy/PhoneNumberKit"
### Setting up with [CocoaPods](http://cocoapods.org/?q=PhoneNumberKit)

This comment has been minimized.

Copy link
@tukin41

tukin41 Sep 20, 2022

0865643675


```ruby
source 'https://github.com/CocoaPods/Specs.git'
pod 'PhoneNumberKit', '~> 3.4'

This comment has been minimized.

Copy link
@tukin41

tukin41 Sep 20, 2022

96557578

pod 'PhoneNumberKit', :git => 'https://github.com/marmelroy/PhoneNumberKit'
```

0 comments on commit 449c80b

Please sign in to comment.