Skip to content

Commit

Permalink
Set deployment target to minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
localhostmd committed Feb 9, 2021
1 parent ec3bb63 commit 69c421f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 69c421f

Please sign in to comment.