Skip to content

Commit bfc4924

Browse files
author
Frank Elias
committed
pod update
1 parent 8e59c0c commit bfc4924

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ platform :ios, '10.0'
22
use_frameworks!
33

44
target 'MobileWeather' do
5-
pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :tag => '7.1.0-rc.1'
6-
# pod 'SmartDeviceLink', '~> 7.0'
5+
# pod 'SmartDeviceLink', :git => 'https://github.com/smartdevicelink/sdl_ios.git', :tag => '7.1.0'
6+
pod 'SmartDeviceLink', '~> 7.1'
77
end

Podfile.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
PODS:
22
- BiSON (1.2.2)
3-
- SmartDeviceLink (7.1.0-rc.1):
4-
- BiSON (~> 1.2.2)
5-
- SmartDeviceLink/Default (= 7.1.0-rc.1)
6-
- SmartDeviceLink/Default (7.1.0-rc.1):
7-
- BiSON (~> 1.2.2)
3+
- SmartDeviceLink (7.1.0):
4+
- BiSON (~> 1.2)
5+
- SmartDeviceLink/Default (= 7.1.0)
6+
- SmartDeviceLink/Default (7.1.0):
7+
- BiSON (~> 1.2)
88

99
DEPENDENCIES:
10-
- SmartDeviceLink (from `https://github.com/smartdevicelink/sdl_ios.git`, tag `7.1.0-rc.1`)
10+
- SmartDeviceLink (~> 7.1)
1111

1212
SPEC REPOS:
1313
trunk:
1414
- BiSON
15-
16-
EXTERNAL SOURCES:
17-
SmartDeviceLink:
18-
:git: https://github.com/smartdevicelink/sdl_ios.git
19-
:tag: 7.1.0-rc.1
20-
21-
CHECKOUT OPTIONS:
22-
SmartDeviceLink:
23-
:git: https://github.com/smartdevicelink/sdl_ios.git
24-
:tag: 7.1.0-rc.1
15+
- SmartDeviceLink
2516

2617
SPEC CHECKSUMS:
2718
BiSON: efb26805ec99f4ad516b77e9a32ced05f1c0985d
28-
SmartDeviceLink: eaab32227c5c1d33112644c4c17b16ec1766b8f6
19+
SmartDeviceLink: abdd3273e6da415cb9340954e82852433ae4cf9a
2920

30-
PODFILE CHECKSUM: 1ab0a221e8be5d9a3e113b2958d28d783d1b2624
21+
PODFILE CHECKSUM: babeb44ba65bb67091ee3d2517c78025629298b3
3122

3223
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)