DiUS / pact-consumer-swift

A Swift / ObjeciveC DSL for creating pacts.
MIT License
98 stars 43 forks source link

Update Package.swift to set minimum supported iOS version to 9 #123

Closed alexbasson closed 3 years ago

alexbasson commented 3 years ago

This aligns the Package.swift with the Cocoapods manifest, which also specifies a minimum iOS version of 9

This commit resolves issue #122 (https://github.com/DiUS/pact-consumer-swift/issues/122)

surpher commented 3 years ago

Good catch. Thanks!

codecov-commenter commented 3 years ago

Codecov Report

Merging #123 (bc4cb4b) into master (3ab783c) will increase coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   91.80%   91.85%   +0.05%     
==========================================
  Files          13       13              
  Lines         866      970     +104     
==========================================
+ Hits          795      891      +96     
- Misses         71       79       +8