Skip to content

Commit 20c652f

Browse files
committed
Bump version to 1.7.0
1 parent 22c7e63 commit 20c652f

18 files changed

Lines changed: 64 additions & 64 deletions

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ Use the umbrella product when you want one non-UI import for core, geocoding, an
4545
For CocoaPods Swift apps:
4646

4747
```ruby
48-
pod 'libPhoneNumber-iOS-SwiftCore', '~> 1.6'
48+
pod 'libPhoneNumber-iOS-SwiftCore', '~> 1.7'
4949
```
5050

5151
For the CocoaPods umbrella facade:
5252

5353
```ruby
54-
pod 'libPhoneNumber-iOS-Swift', '~> 1.6'
54+
pod 'libPhoneNumber-iOS-Swift', '~> 1.7'
5555
```
5656

5757
Then import the umbrella module as:
@@ -118,34 +118,34 @@ Objective-C-compatible products are also available:
118118
Core Objective-C API:
119119

120120
```ruby
121-
pod 'libPhoneNumber-iOS', '~> 1.6'
121+
pod 'libPhoneNumber-iOS', '~> 1.7'
122122
```
123123

124124
Swift 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

136136
Swift umbrella facade:
137137

138138
```ruby
139-
pod 'libPhoneNumber-iOS-Swift', '~> 1.6'
139+
pod 'libPhoneNumber-iOS-Swift', '~> 1.7'
140140
```
141141

142142
Objective-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

libPhoneNumber-Demo/libPhoneNumber-Demo-SPM.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
CLANG_WARN_UNREACHABLE_CODE = YES;
271271
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
272272
COPY_PHASE_STRIP = NO;
273-
CURRENT_PROJECT_VERSION = 1.6.1;
273+
CURRENT_PROJECT_VERSION = 1.7.0;
274274
DEBUG_INFORMATION_FORMAT = dwarf;
275275
ENABLE_STRICT_OBJC_MSGSEND = YES;
276276
ENABLE_TESTABILITY = YES;
@@ -288,7 +288,7 @@
288288
GCC_WARN_UNUSED_FUNCTION = YES;
289289
GCC_WARN_UNUSED_VARIABLE = YES;
290290
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
291-
MARKETING_VERSION = 1.6.1;
291+
MARKETING_VERSION = 1.7.0;
292292
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
293293
MTL_FAST_MATH = YES;
294294
ONLY_ACTIVE_ARCH = YES;
@@ -326,7 +326,7 @@
326326
CLANG_WARN_UNREACHABLE_CODE = YES;
327327
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
328328
COPY_PHASE_STRIP = NO;
329-
CURRENT_PROJECT_VERSION = 1.6.1;
329+
CURRENT_PROJECT_VERSION = 1.7.0;
330330
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
331331
ENABLE_NS_ASSERTIONS = NO;
332332
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -338,7 +338,7 @@
338338
GCC_WARN_UNUSED_FUNCTION = YES;
339339
GCC_WARN_UNUSED_VARIABLE = YES;
340340
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
341-
MARKETING_VERSION = 1.6.1;
341+
MARKETING_VERSION = 1.7.0;
342342
MTL_ENABLE_DEBUG_INFO = NO;
343343
MTL_FAST_MATH = YES;
344344
SDKROOT = iphoneos;

libPhoneNumber-Demo/libPhoneNumber-Demo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
CLANG_WARN_UNREACHABLE_CODE = YES;
307307
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
308308
COPY_PHASE_STRIP = NO;
309-
CURRENT_PROJECT_VERSION = 1.6.1;
309+
CURRENT_PROJECT_VERSION = 1.7.0;
310310
DEBUG_INFORMATION_FORMAT = dwarf;
311311
ENABLE_STRICT_OBJC_MSGSEND = YES;
312312
ENABLE_TESTABILITY = YES;
@@ -324,7 +324,7 @@
324324
GCC_WARN_UNUSED_FUNCTION = YES;
325325
GCC_WARN_UNUSED_VARIABLE = YES;
326326
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
327-
MARKETING_VERSION = 1.6.1;
327+
MARKETING_VERSION = 1.7.0;
328328
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
329329
MTL_FAST_MATH = YES;
330330
ONLY_ACTIVE_ARCH = YES;
@@ -363,7 +363,7 @@
363363
CLANG_WARN_UNREACHABLE_CODE = YES;
364364
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
365365
COPY_PHASE_STRIP = NO;
366-
CURRENT_PROJECT_VERSION = 1.6.1;
366+
CURRENT_PROJECT_VERSION = 1.7.0;
367367
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
368368
ENABLE_NS_ASSERTIONS = NO;
369369
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -375,7 +375,7 @@
375375
GCC_WARN_UNUSED_FUNCTION = YES;
376376
GCC_WARN_UNUSED_VARIABLE = YES;
377377
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
378-
MARKETING_VERSION = 1.6.1;
378+
MARKETING_VERSION = 1.7.0;
379379
MTL_ENABLE_DEBUG_INFO = NO;
380380
MTL_FAST_MATH = YES;
381381
SDKROOT = iphoneos;

libPhoneNumber-GeocodingParser/libPhoneNumber-GeocodingParser.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
CLANG_WARN_UNREACHABLE_CODE = YES;
316316
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
317317
COPY_PHASE_STRIP = NO;
318-
CURRENT_PROJECT_VERSION = 1.6.1;
318+
CURRENT_PROJECT_VERSION = 1.7.0;
319319
DEAD_CODE_STRIPPING = YES;
320320
DEBUG_INFORMATION_FORMAT = dwarf;
321321
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -334,7 +334,7 @@
334334
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
335335
GCC_WARN_UNUSED_FUNCTION = YES;
336336
GCC_WARN_UNUSED_VARIABLE = YES;
337-
MARKETING_VERSION = 1.6.1;
337+
MARKETING_VERSION = 1.7.0;
338338
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
339339
MTL_FAST_MATH = YES;
340340
ONLY_ACTIVE_ARCH = YES;
@@ -376,7 +376,7 @@
376376
CLANG_WARN_UNREACHABLE_CODE = YES;
377377
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
378378
COPY_PHASE_STRIP = NO;
379-
CURRENT_PROJECT_VERSION = 1.6.1;
379+
CURRENT_PROJECT_VERSION = 1.7.0;
380380
DEAD_CODE_STRIPPING = YES;
381381
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
382382
ENABLE_NS_ASSERTIONS = NO;
@@ -389,7 +389,7 @@
389389
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
390390
GCC_WARN_UNUSED_FUNCTION = YES;
391391
GCC_WARN_UNUSED_VARIABLE = YES;
392-
MARKETING_VERSION = 1.6.1;
392+
MARKETING_VERSION = 1.7.0;
393393
MTL_ENABLE_DEBUG_INFO = NO;
394394
MTL_FAST_MATH = YES;
395395
SDKROOT = macosx;

libPhoneNumber-iOS-Swift.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-Swift"
33
s.module_name = "libPhoneNumberIOSSwift"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first umbrella facade for libPhoneNumber-iOS"
66
s.description = "Swift-first umbrella facade over the stable Objective-C libPhoneNumber-iOS core and optional geocoding and short-number modules."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,9 +25,9 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.6.1'
29-
s.dependency 'libPhoneNumber-iOS-SwiftGeocoding', '~> 1.6.1'
30-
s.dependency 'libPhoneNumber-iOS-SwiftShortNumber', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.7.0'
29+
s.dependency 'libPhoneNumber-iOS-SwiftGeocoding', '~> 1.7.0'
30+
s.dependency 'libPhoneNumber-iOS-SwiftShortNumber', '~> 1.7.0'
3131

3232
s.source_files = [
3333
'libPhoneNumberIOSSwift/**/*.swift',

libPhoneNumber-iOS-SwiftCarrier.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-SwiftCarrier"
33
s.module_name = "libPhoneNumberSwiftCarrier"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first carrier facade for libPhoneNumber-iOS"
66
s.description = "Swift-first carrier metadata facade over libPhoneNumberCarrier."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.6.1'
29-
s.dependency 'libPhoneNumberCarrier', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.7.0'
29+
s.dependency 'libPhoneNumberCarrier', '~> 1.7.0'
3030

3131
s.source_files = [
3232
'libPhoneNumberSwiftCarrier/**/*.swift',

libPhoneNumber-iOS-SwiftCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-SwiftCore"
33
s.module_name = "libPhoneNumberSwiftCore"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first core facade for libPhoneNumber-iOS"
66
s.description = "Swift-first core facade over the stable Objective-C libPhoneNumber-iOS parser, formatter, and validator."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS', '~> 1.7.0'
2929

3030
s.source_files = [
3131
'libPhoneNumberSwiftCore/**/*.swift',

libPhoneNumber-iOS-SwiftGeocoding.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-SwiftGeocoding"
33
s.module_name = "libPhoneNumberSwiftGeocoding"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first geocoding facade for libPhoneNumber-iOS"
66
s.description = "Swift-first geocoding facade over libPhoneNumberGeocoding."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.6.1'
29-
s.dependency 'libPhoneNumberGeocoding', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.7.0'
29+
s.dependency 'libPhoneNumberGeocoding', '~> 1.7.0'
3030

3131
s.source_files = [
3232
'libPhoneNumberSwiftGeocoding/**/*.swift',

libPhoneNumber-iOS-SwiftShortNumber.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-SwiftShortNumber"
33
s.module_name = "libPhoneNumberSwiftShortNumber"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first short-number facade for libPhoneNumber-iOS"
66
s.description = "Swift-first short-number facade over libPhoneNumberShortNumber."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.6.1'
29-
s.dependency 'libPhoneNumberShortNumber', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.7.0'
29+
s.dependency 'libPhoneNumberShortNumber', '~> 1.7.0'
3030

3131
s.source_files = [
3232
'libPhoneNumberSwiftShortNumber/**/*.swift',

libPhoneNumber-iOS-SwiftTimeZones.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "libPhoneNumber-iOS-SwiftTimeZones"
33
s.module_name = "libPhoneNumberSwiftTimeZones"
4-
s.version = "1.6.1"
4+
s.version = "1.7.0"
55
s.summary = "Swift-first timezone facade for libPhoneNumber-iOS"
66
s.description = "Swift-first timezone metadata facade over libPhoneNumberTimeZones."
77
s.homepage = "https://github.com/iziz/libPhoneNumber-iOS.git"
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525
s.swift_version = "5.5"
2626
s.requires_arc = true
2727

28-
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.6.1'
29-
s.dependency 'libPhoneNumberTimeZones', '~> 1.6.1'
28+
s.dependency 'libPhoneNumber-iOS-SwiftCore', '~> 1.7.0'
29+
s.dependency 'libPhoneNumberTimeZones', '~> 1.7.0'
3030

3131
s.source_files = [
3232
'libPhoneNumberSwiftTimeZones/**/*.swift',

0 commit comments

Comments
 (0)