Swiftpack.co - 1210233/SPKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by 1210233.
1210233/SPKit 1.0.3
SPKit.
⭐️ 0
🕓 3 years ago
iOS
.package(url: "https://github.com/1210233/SPKit.git", from: "1.0.3")

SPUIKitCategory

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SPKit is available through SPM.  

 

Add SPKit by your project dependency, In XCode:

 Step 1, open your project and click menus by File -> Swift Packages -> Add Package Dependency....

 Step 2, in the "Enter package repository URL" field, fill https://github.com/1210233/SPKit.git into it.

 Step 3, select a version rule which you want and click next, then click Finish.

Add SPKit by your package dependency, In File Package.swift:

let package = Package(name: "SomePackage",
                      platforms: [],
                      products: [.library(name: "SomePackage",
                                          targets: ["SomePackage"])],  
                      dependencies: [
                          // Dependencies declare other packages that this package depends on.
                        .package(url: "https://github.com/1210233/SPKit.git", from: Version(1, 0, 0)),
                      ],

                      targets: [.target(name: "SomePackage",
                                        dependencies: ["SPKit"],
                                        path: "Sources")
                                ]  
                        )

Author

LSP, [email protected]

License

SPKit is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 0
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

add public.
3 years ago

add public.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics