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.
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:
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.
Zandor Smith, [email protected]
GeneralToolsFramework is available under the MIT license. See the LICENSE file for more info.