Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from nodes-ios/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pbodsk authored Jun 7, 2020
2 parents 66531e2 + 87b5de9 commit e94ee19
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions Drawer/Sources/Drawer/DrawerCoordinator.swift
1 change: 1 addition & 0 deletions Drawer/Sources/Drawer/DrawerModels.swift
1 change: 1 addition & 0 deletions Drawer/Sources/Drawer/DrawerviewController.swift
32 changes: 32 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// 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: "Drawer",
platforms: [
.iOS(.v11),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "Drawer",
targets: ["Drawer"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Drawer",
dependencies: []),
.testTarget(
name: "DrawerTests",
dependencies: ["Drawer"],
path: "Drawer/DrawerTests"),
]
)
1 change: 1 addition & 0 deletions Sources/Drawer/DrawerCoordinator.swift
1 change: 1 addition & 0 deletions Sources/Drawer/DrawerModels.swift
1 change: 1 addition & 0 deletions Sources/Drawer/DrawerViewController.swift
1 change: 1 addition & 0 deletions Sources/Drawer/Embeddable.swift
1 change: 1 addition & 0 deletions Sources/Drawer/EmbeddableContentDelegate.swift
1 change: 1 addition & 0 deletions Sources/Drawer/EmbeddedScrollable.swift
1 change: 1 addition & 0 deletions Sources/Drawer/TouchInterceptingView.swift
1 change: 1 addition & 0 deletions Sources/Drawer/UIView+Superview.swift

0 comments on commit e94ee19

Please sign in to comment.