Skip to content

Commit

Permalink
Merge pull request #6 from LuisLopes94/master
Browse files Browse the repository at this point in the history
iOS 14 minimum version
  • Loading branch information
LuisLopes94 authored Sep 20, 2023
2 parents 6f69a1f + c6bade1 commit 9c89e40
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "phonenumberkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/marmelroy/PhoneNumberKit",
"state" : {
"revision" : "6416b3b3c5da60bc19d43e62c502b40935f2f795",
"version" : "3.7.1"
}
}
],
"version" : 2
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

let package = Package(
name: "FlagPhoneNumber",
platforms: [.macOS(.v10_10), .iOS(.v9)],
platforms: [.macOS(.v12), .iOS(.v14)],
products: [
.library(name: "FlagPhoneNumber", targets: ["FlagPhoneNumber"]),
],
dependencies: [
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: Version(3, 4, 0))
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: Version(3, 7, 0))
],
targets: [
.target(
Expand Down

0 comments on commit 9c89e40

Please sign in to comment.