Thunder Basics is a set of useful utilities for handling basic iOS development tasks.
Setting up your app to use ThunderBasics is a simple and quick process. You can choose between a manual installation, or use Carthage.
- Add
github "3sidedcube/ThunderBasics" == 3.0.0
to your Cartfile. - Run
carthage update --platform ios --use-xcframeworks
to fetch the framework. - Drag
ThunderBasics
into your project's Frameworks and Libraries section from theCarthage/Build
folder (Embed). - Add the Build Phases script step as defined here.
- Clone as a submodule, or download this repo
- Import ThunderBasics.xcproject into your project
- Add ThunderBasics.framework to your Embedded Binaries.
- Wherever you want to use ThunderBasics use
import ThunderBasics
if you're using swift.
Documentation is available for the entire library in AppleDoc format. This is available in the framework itself or in the Hosted Version
See LICENSE.md