diff --git a/Podfile b/Podfile index 2ddf91f..f60284f 100644 --- a/Podfile +++ b/Podfile @@ -4,15 +4,15 @@ use_frameworks! target 'SlackKit OS X' do pod 'Starscream' - pod 'Swifter', :git => 'https://github.com/httpswift/swifter.git', :commit => 'd7c820bfc9260e469094b5f8d3d101b30c4a8fac' + pod 'Swifter' end target 'SlackKit iOS' do pod 'Starscream' - pod 'Swifter', :git => 'https://github.com/httpswift/swifter.git', :commit => 'd7c820bfc9260e469094b5f8d3d101b30c4a8fac' + pod 'Swifter' end target 'SlackKit tvOS' do pod 'Starscream' - pod 'Swifter', :git => 'https://github.com/httpswift/swifter.git', :commit => 'd7c820bfc9260e469094b5f8d3d101b30c4a8fac' + pod 'Swifter' end \ No newline at end of file diff --git a/SlackKit.podspec b/SlackKit.podspec index c77a177..16cd68c 100644 --- a/SlackKit.podspec +++ b/SlackKit.podspec @@ -14,6 +14,6 @@ Pod::Spec.new do |s| s.source_files = 'SlackKit/Sources/*.swift' s.frameworks = 'Foundation' s.dependency 'Starscream', '~> 1.1.3' - s.dependency 'Swifter', :git => 'https://github.com/httpswift/swifter.git', :commit => 'd7c820bfc9260e469094b5f8d3d101b30c4a8fac' + s.dependency 'Swifter' end