This repository was archived by the owner on Dec 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ let package = Package(
4
4
name: " SlackKit " ,
5
5
targets: [ ] ,
6
6
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 )
10
10
]
11
11
)
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks!
4
4
5
5
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 '
8
8
end
9
9
10
10
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 '
13
13
end
14
14
15
15
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 '
18
18
end
You can’t perform that action at this time.
0 commit comments