diff --git a/PhoneNumberKit.podspec b/PhoneNumberKit.podspec index 9704969cb..6867c069f 100644 --- a/PhoneNumberKit.podspec +++ b/PhoneNumberKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PhoneNumberKit' - s.version = '3.6.0' + s.version = '3.6.1' s.summary = 'Swift framework for working with phone numbers' s.description = <<-DESC A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. diff --git a/README.md b/README.md index e9564c455..b9050d66e 100644 --- a/README.md +++ b/README.md @@ -160,5 +160,5 @@ github "marmelroy/PhoneNumberKit" ### Setting up with [CocoaPods](http://cocoapods.org/?q=PhoneNumberKit) ```ruby -pod 'PhoneNumberKit', '~> 3.6' +pod 'PhoneNumberKit', :git => 'https://github.com/marmelroy/PhoneNumberKit' ```