From d4eef1b45d56ade9f5e650e1efa19452b3ea2c0d Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Fri, 12 Sep 2014 22:30:53 -0400 Subject: [PATCH] Added podspec. --- Onboard.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Onboard.podspec diff --git a/Onboard.podspec b/Onboard.podspec new file mode 100644 index 0000000..7f02d52 --- /dev/null +++ b/Onboard.podspec @@ -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