Skip to content

Commit 3b46b66

Browse files
committed
Upgrade LineSDK for iOS to v5.0.0
1 parent f211ebd commit 3b46b66

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

example/ios/Podfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ platform :ios, '9.0'
22

33
target 'example' do
44
# Pods for example
5-
pod 'LineSDK', '~> 4.1.0'
6-
7-
target 'exampleTests' do
8-
inherit! :search_paths
9-
# Pods for testing
10-
end
11-
5+
pod 'LineSDK', '~> 5.0.0'
6+
127
end

example/ios/Podfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
PODS:
2-
- LineSDK (4.1.0)
2+
- LineSDK (5.0.0)
33

44
DEPENDENCIES:
5-
- LineSDK (~> 4.1.0)
5+
- LineSDK (~> 5.0.0)
6+
7+
SPEC REPOS:
8+
https://github.com/cocoapods/specs.git:
9+
- LineSDK
610

711
SPEC CHECKSUMS:
8-
LineSDK: 5927ecf3cb4ea4767e72377f2ac527f0460e8853
12+
LineSDK: b086f6943d5bb2c05f9bc829323ad574dbedf284
913

10-
PODFILE CHECKSUM: 3c8f185f8cf29805e8c44dbda2639762d2086212
14+
PODFILE CHECKSUM: f3577c0e81566a8d1775ef06f8acc562ea6807f4
1115

12-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.3

example/yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,9 +3443,8 @@ react-devtools-core@^2.5.0:
34433443
shell-quote "^1.6.1"
34443444
ws "^2.0.3"
34453445

3446-
"react-native-line@git+https://github.com/xmartlabs/react-native-line.git":
3447-
version "1.0.4"
3448-
resolved "git+https://github.com/xmartlabs/react-native-line.git#c9a854d719256572e1072878ebb89d9de3c87c46"
3446+
react-native-line@../:
3447+
version "1.1.0"
34493448

34503449
react-native@0.48.2:
34513450
version "0.48.2"

0 commit comments

Comments
 (0)