-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Guillaume Sabran edited this page Dec 13, 2016
·
3 revisions
-
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!