Swiftpack.co - 1210233/SPFoundationCategory as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by 1210233.
1210233/SPFoundationCategory 1.0.5
Categories for Foundation module use Apple Swift language.
⭐️ 0
🕓 3 years ago
iOS macOS
.package(url: "https://github.com/1210233/SPFoundationCategory.git", from: "1.0.5")

SPFoundationCategory

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

SPFoundationCategory is available through SPM.  

 

Add SPFoundationCategory 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/SPFoundationCategory.git into it.

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

Add SPFoundationCategory 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/SPFoundationCategory.git", from: Version(1, 0, 0)),
                      ],

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

Author

1210233, [email protected]

License

SPFoundationCategory 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

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