diff --git a/paper-onboarding.podspec b/paper-onboarding.podspec new file mode 100644 index 0000000..041f90e --- /dev/null +++ b/paper-onboarding.podspec @@ -0,0 +1,14 @@ + +Pod::Spec.new do |s| + + s.name = "paper-onboarding" + s.version = "0.0.2" + s.summary = "Amazing onboarding." + s.license = 'MIT' + s.homepage = 'https://github.com/Ramotion/paper-onboarding' + s.author = { 'Juri Vasylenko' => 'juri.v@ramotion.com' } + s.ios.deployment_target = '8.0' + s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s } + s.source_files = 'Source/**/*.swift' + s.requires_arc = true + end