Skip to content

Commit

Permalink
Merge pull request #31 from primer-io/bn/ios-version-bump
Browse files Browse the repository at this point in the history
feat: Bump minimum iOS support to iOS 13
  • Loading branch information
jnewc authored Mar 18, 2024
2 parents 97ce8f9 + fceff75 commit 9ff6f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@ let package = Package(
name: "Primer3DS",
defaultLocalization: "en",
platforms: [
.iOS(.v10)
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(name: "Primer3DS", targets: ["Primer3DS"]),
// .library(name: "ThreeDS_SDK", targets: ["ThreeDS_SDK"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Primer3DS",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Primer3DS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A wrapper around the 3rd party 3DS SDK.
s.source = { :git => 'https://github.com/primer-io/primer-sdk-3ds-ios.git', :tag => s.version.to_s }

s.swift_version = '5'
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'

s.ios.source_files = 'Sources/Primer3DS/Classes/*.{swift}'
s.ios.frameworks = 'Foundation', 'UIKit'
Expand Down

0 comments on commit 9ff6f57

Please sign in to comment.