Skip to content

Commit

Permalink
Updated package specification and added Framework ZIP file
Browse files Browse the repository at this point in the history
  • Loading branch information
Manpreet-Prince committed Feb 7, 2022
1 parent beb0e86 commit d0051e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "PayBright",
platforms: [
.iOS(.v11)
.iOS(.v13)
],
products: [
.library(
Expand All @@ -19,5 +19,5 @@ let package = Package(
),
.binaryTarget(
name: "PayBright",
path: "PayBright.xcframework")
url: "https://github.com/Paybright/PayBrightFramework.git")
])
Binary file added Paybright.xcframework.zip
Binary file not shown.

0 comments on commit d0051e2

Please sign in to comment.