Skip to content

Commit

Permalink
Point to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Fowler committed Nov 2, 2021
0 parents commit 471281e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "Pilgrim SDK",
platforms: [
.iOS(.v10)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "PilgrimSDK",
targets: ["Pilgrim"]
),
],
targets: [
.binaryTarget(
name: "Pilgrim",
url: "https://foursquare.jfrog.io/artifactory/pilgrimsdk-ios/v3.0.1/Pilgrim.framework.zip",
checksum: "ef6a7eb7b91ba656e247488b030aa14a1d3074b4a033025066460a88b89b66ff"
)
]
)
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# pilgrim-ios-spm

A description of this package.

0 comments on commit 471281e

Please sign in to comment.