@@ -45,13 +45,13 @@ Use the umbrella product when you want one non-UI import for core, geocoding, an
4545For CocoaPods Swift apps:
4646
4747``` ruby
48- pod ' libPhoneNumber-iOS-SwiftCore' , ' ~> 1.6 '
48+ pod ' libPhoneNumber-iOS-SwiftCore' , ' ~> 1.7 '
4949```
5050
5151For the CocoaPods umbrella facade:
5252
5353``` ruby
54- pod ' libPhoneNumber-iOS-Swift' , ' ~> 1.6 '
54+ pod ' libPhoneNumber-iOS-Swift' , ' ~> 1.7 '
5555```
5656
5757Then import the umbrella module as:
@@ -118,34 +118,34 @@ Objective-C-compatible products are also available:
118118Core Objective-C API:
119119
120120``` ruby
121- pod ' libPhoneNumber-iOS' , ' ~> 1.6 '
121+ pod ' libPhoneNumber-iOS' , ' ~> 1.7 '
122122```
123123
124124Swift facade modules:
125125
126126``` ruby
127- pod ' libPhoneNumber-iOS-SwiftCore' , ' ~> 1.6 '
128- pod ' libPhoneNumber-iOS-SwiftGeocoding' , ' ~> 1.6 '
129- pod ' libPhoneNumber-iOS-SwiftShortNumber' , ' ~> 1.6 '
130- pod ' libPhoneNumber-iOS-SwiftCarrier' , ' ~> 1.6 '
131- pod ' libPhoneNumber-iOS-SwiftTimeZones' , ' ~> 1.6 '
132- pod ' libPhoneNumber-iOS-SwiftUI' , ' ~> 1.6 '
133- pod ' libPhoneNumber-iOS-SwiftUIEnrichment' , ' ~> 1.6 '
127+ pod ' libPhoneNumber-iOS-SwiftCore' , ' ~> 1.7 '
128+ pod ' libPhoneNumber-iOS-SwiftGeocoding' , ' ~> 1.7 '
129+ pod ' libPhoneNumber-iOS-SwiftShortNumber' , ' ~> 1.7 '
130+ pod ' libPhoneNumber-iOS-SwiftCarrier' , ' ~> 1.7 '
131+ pod ' libPhoneNumber-iOS-SwiftTimeZones' , ' ~> 1.7 '
132+ pod ' libPhoneNumber-iOS-SwiftUI' , ' ~> 1.7 '
133+ pod ' libPhoneNumber-iOS-SwiftUIEnrichment' , ' ~> 1.7 '
134134```
135135
136136Swift umbrella facade:
137137
138138``` ruby
139- pod ' libPhoneNumber-iOS-Swift' , ' ~> 1.6 '
139+ pod ' libPhoneNumber-iOS-Swift' , ' ~> 1.7 '
140140```
141141
142142Objective-C optional modules:
143143
144144``` ruby
145- pod ' libPhoneNumberGeocoding' , ' ~> 1.6 '
146- pod ' libPhoneNumberShortNumber' , ' ~> 1.6 '
147- pod ' libPhoneNumberCarrier' , ' ~> 1.6 '
148- pod ' libPhoneNumberTimeZones' , ' ~> 1.6 '
145+ pod ' libPhoneNumberGeocoding' , ' ~> 1.7 '
146+ pod ' libPhoneNumberShortNumber' , ' ~> 1.7 '
147+ pod ' libPhoneNumberCarrier' , ' ~> 1.7 '
148+ pod ' libPhoneNumberTimeZones' , ' ~> 1.7 '
149149```
150150
151151### Carthage
0 commit comments