- iOS 9.0+
- Xcode 8.2+
- Swift 3.0
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
To integrate GathrFramework into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
source 'https://bitbucket.org/webdmg/wspecs.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'gathrFramework', '~> 3.0.0'
end
Then, run the following command:
$ pod install
Set https://github.com/WEBDMG/ios-gathrframework.git in the Swift Packages section of your Xcode project.
import gathrFramework
_ = GConfiguration()
In app delegate inside func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool { Method