Swift Foundation library @ ZXVentures. Provides common patterns, helpers, and conveniences to quickly bootstrap Swift projects.
ZXFoundation supports all Swift platforms and supports CocoaPods, Carthage, and the Swift Package Manager for dependency management. Integrations for those platforms is as follows:
In Podfile:
pod 'ZXFoundation'
Then run pod install
to update your dependencies. Targeting versions is recommended as it's likely this repo will be volatile for a bit.
In Cartfile
git "git@github.com:ZXVentures/ZXFoundation.git"
Then run carthage update
to checkout and build the projects dependencies.
Run swift build
and then you will find the dynamic framework in the .build/debug
directory.
Alternately you can include the project as a git submodule.
git submodule add git@github.com:ZXVentures/ZXFoundation.git
- It's recommended to target versions as this project will volatile for awhile. However updates should only include additions and small to changes to the existing API.
- We recommend using git submodules for most scenarios using the following guide.
Please file any bugs under issues explaining the problem. Pull requests are welcome.
ZXFoundation is license under The MIT License.