We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8f458 commit c3af0a7Copy full SHA for c3af0a7
LINE_SDK_Unity/Assets/LineSDK/Editor/Carthage/Cartfile
@@ -1 +1 @@
1
-github "line/line-sdk-ios-swift" "master"
+github "line/line-sdk-ios-swift" ~> 5.1
LINE_SDK_Unity/Assets/LineSDK/Editor/CocoaPods/Podfile
@@ -2,5 +2,5 @@ platform :ios, '10.0'
2
3
target 'Unity-iPhone' do
4
use_frameworks!
5
- pod 'LineSDKSwift/ObjC', :git => 'https://github.com/line/line-sdk-ios-swift.git', :branch => 'master'
+ pod 'LineSDKSwift/ObjC', '~> 5.1'
6
end
0 commit comments