Skip to content

Commit

Permalink
Updated podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed Sep 13, 2014
1 parent d4eef1b commit 6ce2bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Onboard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ce2bed

Please sign in to comment.