Skip to content
 
 

Repository files navigation

GHKit

The GHKit framework is a set of extensions and utilities for iOS.

Install

Cocoapods

  1. Add pod 'GHKitYelpFork', '~> version' to your Podfile
  2. Run pod install
  3. Import the GHKit headers via #import <GHKit/GHKit.h>
  4. Build the project to verify installation is successful.

Carthage

  1. Add github "Yelp/gh-kit" ~> version to your Cartfile

  2. Run carthage update

  3. On your application targets’ General settings tab, in the “Linked Frameworks and Libraries” section, drag and drop GHKit.framework from the [Carthage/Build][] folder on disk.

  4. On your application targets’ Build Phases settings tab, click the + icon and choose New Run Script Phase. Create a Run Script in which you specify your shell (ex: /bin/sh), add the following contents to the script area below the shell:

    /usr/local/bin/carthage copy-frameworks
  5. Add the path to the framework under “Input Files":

    $(SRCROOT)/Carthage/Build/iOS/GHKit.framework
    
  6. Add the path to the copied framework to the “Output Files”:

    $(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/GHKit.framework
    

Install (Docset)

  • Open Xcode, Preferences and select the Downloads / Documentation tab.
  • Select the plus icon (bottom left) and specify: http://gabriel.github.com/gh-kit/publish/me.rel.GHKit.atom

Documentation

API Docs

About

Utilities and categories for Objective-C

Resources

Stars

2 stars

Watchers

26 watching

Forks

Releases

Packages

Contributors

Languages