Skip to content

Commit

Permalink
Added podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed Sep 13, 2014
1 parent 2831716 commit d4eef1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Onboard.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Onboard'
spec.version = '1.0'
spec.homepage = 'https://github.com/mamaral/Onboard'
spec.authors = 'Mike Amaral'
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.requires_arc = true
end

0 comments on commit d4eef1b

Please sign in to comment.