Skip to content

Commit

Permalink
Merge pull request #197 from igorkulman/master
Browse files Browse the repository at this point in the history
SPM support
  • Loading branch information
evnaz authored Feb 12, 2020
2 parents 719f5bc + f8b99a5 commit 4a585ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let package = Package(
name: "ENSwiftSideMenu",
platforms: [
.iOS(.v10)
],
products: [
.library(name: "ENSwiftSideMenu", targets: ["ENSwiftSideMenu"]),
],
targets: [
.target(name: "ENSwiftSideMenu", path: "Library"),
]
)

0 comments on commit 4a585ea

Please sign in to comment.