Skip to content

Commit

Permalink
Merge pull request #84 from AppSci/release/2.0.0
Browse files Browse the repository at this point in the history
Release: 2.0.0
  • Loading branch information
denysdanyliukboosters authored Oct 4, 2023
2 parents 76ab8bb + 8613dfc commit b8edd9e
Show file tree
Hide file tree
Showing 33 changed files with 1,075 additions and 1,539 deletions.
14 changes: 4 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
// swift-tools-version:5.2
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PandaSDK",
platforms: [.iOS("13.0")],
platforms: [.iOS("15.0")],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "PandaSDK",
targets: ["PandaSDK"]
),
],
dependencies: [
.package(url: "https://github.com/ninjaprox/NVActivityIndicatorView.git", from: "5.1.1"),
.package(url: "https://github.com/tikhop/TPInAppReceipt.git", .exactItem("3.3.4"))
],
dependencies: [],
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 which this package depends on.
.target(
name: "PandaSDK",
dependencies: [
.product(name: "NVActivityIndicatorViewExtended", package: "NVActivityIndicatorView"),
.product(name: "TPInAppReceipt", package: "tpinappreceipt")
]
dependencies: []
)
]
)
251 changes: 0 additions & 251 deletions Sources/PandaSDK/AppStoreClient.swift

This file was deleted.

Loading

0 comments on commit b8edd9e

Please sign in to comment.