From 449c80b4c539cfd439a4efddd4c920bf0368bb1c Mon Sep 17 00:00:00 2001 From: Bruno Guidolim Date: Sat, 10 Sep 2022 02:29:09 +0200 Subject: [PATCH] Release 3.4.9 --- PhoneNumberKit.podspec | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PhoneNumberKit.podspec b/PhoneNumberKit.podspec index fdaf6acbb..0fe9f3ddb 100644 --- a/PhoneNumberKit.podspec +++ b/PhoneNumberKit.podspec @@ -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. diff --git a/README.md b/README.md index 78c9f9d4a..b9050d66e 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,5 @@ github "marmelroy/PhoneNumberKit" ### Setting up with [CocoaPods](http://cocoapods.org/?q=PhoneNumberKit) ```ruby -source 'https://github.com/CocoaPods/Specs.git' -pod 'PhoneNumberKit', '~> 3.4' +pod 'PhoneNumberKit', :git => 'https://github.com/marmelroy/PhoneNumberKit' ```