Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit f6d6c77

Browse files
committed
Update dependencies
1 parent 11bb50f commit f6d6c77

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "https://github.com/daltoniam/Starscream" == 2.0.2
2-
github "glock45/swifter" == 1.3.2
1+
github "https://github.com/daltoniam/Starscream" == 2.0.3
2+
github "https://github.com/pvzig/swifter" == 1.3.3

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ let package = Package(
44
name: "SlackKit",
55
targets: [],
66
dependencies: [
7-
.Package(url: "https://github.com/httpswift/swifter",
8-
majorVersion: 1, minor: 0),
9-
.Package(url: "https://github.com/daltoniam/Starscream", majorVersion: 2, minor: 0)
7+
.Package(url: "https://github.com/pvzig/swifter",
8+
majorVersion: 1),
9+
.Package(url: "https://github.com/daltoniam/Starscream", majorVersion: 2)
1010
]
1111
)

Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks!
44

55
target 'SlackKit OS X' do
6-
pod 'Starscream', '~> 2.0.2'
7-
pod 'Swifter', '~> 1.3.2'
6+
pod 'Starscream', '~> 2.0.3'
7+
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
88
end
99

1010
target 'SlackKit iOS' do
11-
pod 'Starscream', '~> 2.0.2'
12-
pod 'Swifter', '~> 1.3.2'
11+
pod 'Starscream', '~> 2.0.3'
12+
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
1313
end
1414

1515
target 'SlackKit tvOS' do
16-
pod 'Starscream', '~> 2.0.2'
17-
pod 'Swifter', '~> 1.3.2'
16+
pod 'Starscream', '~> 2.0.3'
17+
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
1818
end

0 commit comments

Comments
 (0)