From 6ce2bedfc226646e9bd2873e5c5634824259f4a9 Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Fri, 12 Sep 2014 22:36:05 -0400 Subject: [PATCH] Updated podspec. --- Onboard.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Onboard.podspec b/Onboard.podspec index 7f02d52..d884d4e 100644 --- a/Onboard.podspec +++ b/Onboard.podspec @@ -6,6 +6,6 @@ Pod::Spec.new do |spec| spec.platform = :ios spec.summary = 'Onboard provides developers with a quick and easy means to create a beautiful, engaging, and useful onboarding experience with only a few lines of code.' spec.source = { :git => 'https://github.com/mamaral/Onboard.git' } - spec.source_files = 'Onboard/Objective-C/Onboard/OnboardingViewController.{h,m}', 'Onboard/Objective-C/Onboard/OnboardingContentViewController.{h,m}' + spec.source_files = 'OnboardingViewController.{h,m}', 'OnboardingContentViewController.{h,m}' spec.requires_arc = true end