From 81ebf86abd5ca625f722ae466f5acd55e37773a0 Mon Sep 17 00:00:00 2001 From: Peter Zignego Date: Sun, 17 Jul 2016 23:04:03 -0400 Subject: [PATCH] Update podfile and podspec --- Podfile | 6 +++--- SlackKit.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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