diff --git a/Package.swift b/Package.swift index dec991d1..a02088b3 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "XCoordinator", - platforms: [.iOS(.v8)], + platforms: [.iOS(.v9)], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( diff --git a/XCoordinator.podspec b/XCoordinator.podspec index c9ae0fe5..ef4b501d 100644 --- a/XCoordinator.podspec +++ b/XCoordinator.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.source = { :git => 'https://github.com/quickbirdstudios/XCoordinator.git', :tag => spec.version } spec.module_name = 'XCoordinator' spec.swift_version = '5.1' - spec.ios.deployment_target = '8.0' + spec.ios.deployment_target = '9.0' spec.source_files = 'Sources/XCoordinator/*.swift' spec.default_subspec = 'Core'