Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltem committed Mar 17, 2021
1 parent f662916 commit ff798a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version:5.3
import PackageDescription

let package = Package(
name: "AmazonChime",
platforms: [
.iOS(.v13),
.tvOS(.v13)
],
products: [
.library(name: "AmazonChime", targets: ["AmazonChimeSDK", "AmazonChimeSDKMedia"])
],
targets: [
.binaryTarget(name: "AmazonChimeSDK",
url: "https://github.com/tiltem/ChimeSwiftPackage/releases/download/0.16.1/AmazonChimeSDK.xcframework.zip",
checksum: "aff74e67a5f5be7bac52ba67806c7b590b2ba5900a8c102f058a8c1ded3d9f9b"),
.binaryTarget(name: "AmazonChimeSDKMedia",
url: "https://github.com/tiltem/ChimeSwiftPackage/releases/download/0.16.1/AmazonChimeSDKMedia.xcframework.zip",
checksum: "59e768e46c574c546d332bb582cbbbd036bbd77ed2a7dd3fa040984f959f93c5")
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# ChimeSPM
# ChimeSwiftPackage

0 comments on commit ff798a7

Please sign in to comment.