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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig committed Mar 18, 2017
1 parent 11bb50f commit f6d6c77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cartfile
@@ -1,2 +1,2 @@
github "https://github.com/daltoniam/Starscream" == 2.0.2
github "glock45/swifter" == 1.3.2
github "https://github.com/daltoniam/Starscream" == 2.0.3
github "https://github.com/pvzig/swifter" == 1.3.3
6 changes: 3 additions & 3 deletions Package.swift
Expand Up @@ -4,8 +4,8 @@ let package = Package(
name: "SlackKit",
targets: [],
dependencies: [
.Package(url: "https://github.com/httpswift/swifter",
majorVersion: 1, minor: 0),
.Package(url: "https://github.com/daltoniam/Starscream", majorVersion: 2, minor: 0)
.Package(url: "https://github.com/pvzig/swifter",
majorVersion: 1),
.Package(url: "https://github.com/daltoniam/Starscream", majorVersion: 2)
]
)
12 changes: 6 additions & 6 deletions Podfile
Expand Up @@ -3,16 +3,16 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

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

target 'SlackKit iOS' do
pod 'Starscream', '~> 2.0.2'
pod 'Swifter', '~> 1.3.2'
pod 'Starscream', '~> 2.0.3'
pod 'Swifter', :git => 'https://github.com/pvzig/swifter.git', :tag => '1.3.3'
end

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

0 comments on commit f6d6c77

Please sign in to comment.