diff --git a/OHHTTPStubs.podspec b/OHHTTPStubs.podspec index 4b29f72c..6a5d5140 100644 --- a/OHHTTPStubs.podspec +++ b/OHHTTPStubs.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "OHHTTPStubs" - s.version = "5.2.3" + s.version = "5.1.0-quizlet" s.summary = "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest." s.description = <<-DESC.gsub(/^ +\|/,'') @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.authors = { 'Olivier Halligon' => 'olivier.halligon+ae@gmail.com' } - s.source = { :git => "https://github.com/AliSoftware/OHHTTPStubs.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/quizlet/OHHTTPStubs.git", :tag => s.version } s.frameworks = 'Foundation', 'CFNetwork'