From 17d075e307e038ce414876be0e95af2be8118bee Mon Sep 17 00:00:00 2001 From: phatmann Date: Fri, 23 Sep 2016 09:32:55 -0700 Subject: [PATCH] Mention Carthage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bcc37d..545ceec 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Adding the following to your `Podfile` and running `pod install` should do the t pod 'Onboard' ``` -*If you don't want to use CocoaPods*, you can grab the files located in the *Source* folder and pull them into your project manually. +*If you don't want to use CocoaPods*, you can use Carthage or grab the files located in the *Source* folder and pull them into your project manually. Each onboarding experience is comprised of two primary components - the background and the content pages. The background includes the static background image/video, the page control, and the skip button. The content pages are made up of four pieces, an image/icon, title, body, and action button.