DiUS / pact-consumer-swift

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

Minimum supported iOS version should be 9 #122

Closed alexbasson closed 3 years ago

alexbasson commented 3 years ago

PactConsumerSwift.podspec specifies iOS 9 as the minimum supported version of iOS, while Package.swift specifies iOS 8 as the minimum supported version of iOS. The minimum version should be iOS 9 to suppress build warnings from Xcode.