Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

mattt/Surge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Surge has been moved to its own organization on GitHub

The Surge project is now located at @Jounce/Surge.

Updating Your Dependencies

For compatibility, an archived copy of Surge will be hosted at @mattt/Surge for some time. If your project uses Surge, please update your dependency to point to @Jounce/Surge.

Specific instructions for Swift Package Manager, CocoaPods, and Carthage can be found below:

Swift Package Manager

In Package.swift, update the url value in your Surge .package declaration in your project dependencies:

let package = Package(
    name: "myproject",
    dependencies: [
        .package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.0.0")),
    ],
    targets: [
        .target(
            name: "myproject",
            dependencies: ["Surge"]),
    ]
)

CocoaPods

No changes are necessary. You can continue to use the Surge pod without any problem.

pod 'Surge', '~> 2.0.0'

Carthage

Update your Surge dependency declaration to the following:

github "Jounce/Surge" ~> 2.0.0

About

Surge has been moved to its own organization on GitHub (@Jounce)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.4%
  • Other 0.6%