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 #34 from nodes-ios/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Jakob Mygind authored Sep 16, 2019
2 parents f69f56c + 0f92075 commit 29f945c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 318 deletions.
32 changes: 25 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
//
// Package.swift
// Keyboardhelper
//
// Copyright (c) 2016 Nodes iOS
//
// 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: "KeyboardHelper"
name: "KeyboardHelper",
platforms: [ .iOS(.v8) ],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "KeyboardHelper",
targets: ["KeyboardHelper"]),
],
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: "KeyboardHelper",
dependencies: []),
.testTarget(
name: "KeyboardHelperTests",
dependencies: ["KeyboardHelper"],
path: "KeyboardHelperTests/Tests"),
]
)
1 change: 0 additions & 1 deletion Sources/KeyboardAppearanceInfo.swift

This file was deleted.

1 change: 0 additions & 1 deletion Sources/KeyboardHelper.swift

This file was deleted.

1 change: 1 addition & 0 deletions Sources/KeyboardHelper/KeyboardAppearanceInfo.swift
1 change: 1 addition & 0 deletions Sources/KeyboardHelper/KeyboardHelper.swift
Loading

0 comments on commit 29f945c

Please sign in to comment.