/GeneralToolsFramework

Contains general tools used in my iOS apps. This repo is a mirror!

Primary LanguageSwiftMIT LicenseMIT

GeneralToolsFramework

GitLab Source CI Status Version License Platform Swift Version

I, Zandor Smith, use a general set of classes in all of my iOS apps. Because I use these classes all the time, I decided to write my own Cocoapod with all these classes.

Requirements

GeneralToolsFramework is using the Connectivity pod for it's API. It, by default, adds a couple of additional endpoints to Connectivity for it to use:

Installation

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

pod 'GeneralToolsFramework'

and run pod install in the directory where your Podfile is located.

Not all versions of this framework will be released to cocoapods.org so you can also get a specific version from this repository like so:

pod 'GeneralToolsFramework', :git => 'https://git.zsinfo.nl/Zandor300/GeneralToolsFramework.git', :tag => '1.1.2'

Or if you want to get the latest version that is in this repository, use the following line for your Podfile instead.

pod 'GeneralToolsFramework', :git => 'https://git.zsinfo.nl/Zandor300/GeneralToolsFramework.git'

Note: The build on here might be broken.

Author

Zandor Smith, info@zsinfo.nl

License

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