Skip to content

Commit c3af0a7

Browse files
committed
Set iOS SDK versions
1 parent 6e8f458 commit c3af0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "line/line-sdk-ios-swift" "master"
1+
github "line/line-sdk-ios-swift" ~> 5.1

LINE_SDK_Unity/Assets/LineSDK/Editor/CocoaPods/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ platform :ios, '10.0'
22

33
target 'Unity-iPhone' do
44
use_frameworks!
5-
pod 'LineSDKSwift/ObjC', :git => 'https://github.com/line/line-sdk-ios-swift.git', :branch => 'master'
5+
pod 'LineSDKSwift/ObjC', '~> 5.1'
66
end

0 commit comments

Comments
 (0)