Go to file
Wolf McNally b613104a81 Build as dynamic library. 2019-12-14 16:44:14 -08:00
Sources/WolfCore Added precedence groups to operator exports. 2019-04-08 13:08:00 -07:00
.gitignore Update gitignore. 2019-09-21 15:12:56 -07:00
.swiftlint.yml Added global to FileUtils.swift. Made subscript conveniences more lenient towards in CodableUtils.swift. Added property getter to . 2018-02-23 18:34:13 -08:00
LICENSE Reorganized for CocoaPods. 2018-02-03 19:10:39 -08:00
Package.swift Build as dynamic library. 2019-12-14 16:44:14 -08:00
README.md WolfCore is now a wrapper around commonly used components. 2019-04-07 16:43:31 -07:00
WolfCore.podspec Updated for dependent packages. 2019-09-21 14:22:52 -07:00

README.md

WolfCore

CI Status Version License Platform

WolfCore is a library of conveniences for constructing Swift applications in iOS, tvOS, MacOS, WatchOS, and Linux. WolfCore is maintained by Wolf McNally.

Requirements

WolfCore is written in Swift 5.0.

Installation

WolfCore is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WolfCore'

Author

wolfmcnally, wolf@wolfmcnally.com

License

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