Skip to content

Commit

Permalink
Bump to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Sep 8, 2015
1 parent b7e2d08 commit 170c3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OHHTTPStubs.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OHHTTPStubs"
s.version = "4.2.0"
s.version = "4.3.0"

s.summary = "Framework to stub your network requests like HTTP and help you write network unit tests with XCTest."
s.description = <<-DESC.gsub(/^ +\|/,'')
Expand Down Expand Up @@ -78,6 +78,7 @@ Pod::Spec.new do |s|
end

s.subspec 'Swift' do |swift|
swift.ios.deployment_target = '8.0'
swift.dependency 'OHHTTPStubs/Core'
swift.source_files = "OHHTTPStubs/Sources/Swift/*.swift"
end
Expand Down

0 comments on commit 170c3b3

Please sign in to comment.