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.0to your Cartfile. - Run
carthage update --platform ios --use-xcframeworksto fetch the framework. - Drag
ThunderBasicsinto your project's Frameworks and Libraries section from theCarthage/Buildfolder (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 ThunderBasicsif 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