Skip to content

WEBDMG/ios-gathrframework

Repository files navigation

Gathr Framework

codebeat badge alt text alt text Carthage compatible alt text alt text Twitter

Requirements


  • iOS 9.0+
  • Xcode 8.2+
  • Swift 3.0

Installation


Cocoapods

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

Swift Package Manager

Set https://github.com/WEBDMG/ios-gathrframework.git in the Swift Packages section of your Xcode project.

Usage

import  gathrFramework
_ = GConfiguration()

In app delegate inside func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool { Method

Documentation

Gathr Code Documentation

About

Gathr Framework Library for iOS

Topics

Resources

License

Stars

Watchers

Forks