Skip to content

Commit

Permalink
SPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkulman committed Feb 12, 2020
1 parent 719f5bc commit f8b99a5
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 f8b99a5

Please sign in to comment.