Skip to content

Installation

Guillaume Sabran edited this page Dec 13, 2016 · 3 revisions

Installation

  • Get CocoaPods if you don't have it already:

    gem install cocoapods
    # (or if the above fails)
    sudo gem install cocoapods
  • Add the following lines to your Podfile:

    pod 'DDDKit'
  • Run pod install

  • You're all set!