Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 5053f07

Browse files
Merge pull request #106 from bifrostyyy/main
Increment PhoneNumberKit version
2 parents 6caacd3 + 8e7db06 commit 5053f07

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The plugin uses the native libraries [libphonenumber](https://github.com/google/
4343
| Library | Version |
4444
| -------------- | --------- |
4545
| libphonenumber | `8.13.10` |
46-
| PhoneNumberKit | `3.5.8` |
46+
| PhoneNumberKit | `3.5.10` |
4747

4848
## Usage
4949

@@ -52,7 +52,7 @@ The plugin uses the native libraries [libphonenumber](https://github.com/google/
5252
Add the following line to the top of the `Runner` target in your `ios/Podfile`
5353
```ruby
5454
target 'Runner' do
55-
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.8'
55+
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.10'
5656
...
5757
end
5858
```

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
2828
flutter_ios_podfile_setup
2929

3030
target 'Runner' do
31-
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.8'
31+
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.10'
3232
use_frameworks!
3333
use_modular_headers!
3434

example/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ PODS:
22
- Flutter (1.0.0)
33
- phone_number (1.0.0):
44
- Flutter
5-
- PhoneNumberKit/PhoneNumberKitCore (= 3.5.8)
6-
- PhoneNumberKit/PhoneNumberKitCore (3.5.8)
5+
- PhoneNumberKit/PhoneNumberKitCore (= 3.5.10)
6+
- PhoneNumberKit/PhoneNumberKitCore (3.5.10)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
1010
- phone_number (from `.symlinks/plugins/phone_number/ios`)
11-
- PhoneNumberKit/PhoneNumberKitCore (from `https://github.com/marmelroy/PhoneNumberKit`, tag `3.5.8`)
11+
- PhoneNumberKit/PhoneNumberKitCore (from `https://github.com/marmelroy/PhoneNumberKit`, tag `3.5.10`)
1212

1313
EXTERNAL SOURCES:
1414
Flutter:
@@ -17,18 +17,18 @@ EXTERNAL SOURCES:
1717
:path: ".symlinks/plugins/phone_number/ios"
1818
PhoneNumberKit:
1919
:git: https://github.com/marmelroy/PhoneNumberKit
20-
:tag: 3.5.8
20+
:tag: 3.5.10
2121

2222
CHECKOUT OPTIONS:
2323
PhoneNumberKit:
2424
:git: https://github.com/marmelroy/PhoneNumberKit
25-
:tag: 3.5.8
25+
:tag: 3.5.10
2626

2727
SPEC CHECKSUMS:
2828
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
29-
phone_number: f2b844e3dd3f286f6be1e78954eac14a12a09f63
30-
PhoneNumberKit: dede04da86b5b31c907b61da3a078db5ec20b035
29+
phone_number: dcf2253c9ff0b2550ccaaf37e92eaa139e2ef8b4
30+
PhoneNumberKit: 0e34a6e8a50e4624e96a4710bc4a7211464a934e
3131

32-
PODFILE CHECKSUM: 0206c331b006da3376b5ff5c530273b95098db3b
32+
PODFILE CHECKSUM: 44d8023a6330ec925aeb8ed6c23e6cced9f2ddce
3333

34-
COCOAPODS: 1.11.2
34+
COCOAPODS: 1.12.1

ios/phone_number.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Flutter plugin for phone number validation
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '9.0'
1919

20-
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.5.8'
20+
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.5.10'
2121

2222
# Flutter.framework does not contain a i386 slice.
2323
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

0 commit comments

Comments
 (0)