diff --git a/OHHTTPStubs.podspec b/OHHTTPStubs.podspec index d0203073..7ddbe58e 100644 --- a/OHHTTPStubs.podspec +++ b/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(/^ +\|/,'') @@ -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