Skip to content

Commit

Permalink
Updating .podspec for quizlet fork
Browse files Browse the repository at this point in the history
  • Loading branch information
arctouch-brunoreginato authored Sep 22, 2017
1 parent de70892 commit d3eb449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
@@ -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(/^ +\|/,'')
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.authors = { 'Olivier Halligon' => '[email protected]' }

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'

Expand Down

0 comments on commit d3eb449

Please sign in to comment.