Skip to content

Commit

Permalink
Merge pull request #20 from AlexFine/main
Browse files Browse the repository at this point in the history
Removed Examples & Un-Needed Dependencies
  • Loading branch information
AlexFine authored Feb 14, 2021
2 parents ab6f7b9 + b7d28c3 commit f57e3cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/benjaminsage/iGraphics.git", from: "0.0.5"),
.package(url: "https://github.com/benjaminsage/iColor.git", from: "0.1.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 this package depends on.
.target(
name: "iPages",
dependencies: ["iGraphics", "iColor"]),
dependencies: []),
.testTarget(
name: "iPagesTests",
dependencies: ["iPages"]),
Expand Down
Binary file added Resources/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 0 additions & 50 deletions Sources/iPages/Examples.swift

This file was deleted.

0 comments on commit f57e3cb

Please sign in to comment.