Skip to content

Commit

Permalink
Adds Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDollarsEsq committed Feb 27, 2020
1 parent 0650495 commit a95ca39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// swift-tools-version:5.0

import PackageDescription

let package = Package(
name: "LiquidLoader",
platforms: [.iOS(.v8)],
products: [.library(name: "LiquidLoader", targets: ["LiquidLoader"])],
targets: [.target(name: "LiquidLoader", path: "Pod/Classes")]
)

0 comments on commit a95ca39

Please sign in to comment.