Swiftpack.co - codewpf/WPFoundation as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by codewpf.
codewpf/WPFoundation 0.6.10
A foundation for iOS development
⭐️ 0
🕓 2 years ago
iOS
.package(url: "https://github.com/codewpf/WPFoundation.git", from: "0.6.10")

WPFoundation

Cocoapods

WPFoundation is support library.

Requirements

  • iOS 12.0+
  • Swift 5.0+

Installation

There are three ways to use WPFoundation in your project, or directly drag the WPFoundation.swift file into your project:

  • using Swift Package Manager
  • using CocoaPods
  • using Carthage

Installation with Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

The Package Manager is included in Swift 3.0 and above.

Steps

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

platform :ios, '12.0'
use_frameworks!

target 'target’ do
pod 'WPFoundation'
end

Installation with Carthage (iOS 12.0 +)

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.

To install with carthage, follow the instruction on Carthage

Cartfile

github "codewpf/WPFoundation"

Import headers in your source files

In the source files where you need to use the library, import the header file:

import WPFoundation

Contact

Follow and contact me on Twitter or Sina Weibo. If you find an issue, just open a ticket. Pull requests are warmly welcome as well.

License

WPFoundation is released under the MIT license. See LICENSE for details.

GitHub

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

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