Skip to content

Commit

Permalink
Set iOS SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 26, 2019
1 parent 6e8f458 commit c3af0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LINE_SDK_Unity/Assets/LineSDK/Editor/Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "line/line-sdk-ios-swift" "master"
github "line/line-sdk-ios-swift" ~> 5.1
2 changes: 1 addition & 1 deletion LINE_SDK_Unity/Assets/LineSDK/Editor/CocoaPods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ platform :ios, '10.0'

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

0 comments on commit c3af0a7

Please sign in to comment.