From c77ff68563eb44671394e976b7c877dc442809d9 Mon Sep 17 00:00:00 2001 From: "igor.k" Date: Wed, 6 Nov 2019 17:13:55 +0300 Subject: [PATCH] add swift version --- paper-onboarding.podspec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/paper-onboarding.podspec b/paper-onboarding.podspec index 7fd6a37..842ca98 100644 --- a/paper-onboarding.podspec +++ b/paper-onboarding.podspec @@ -1,15 +1,16 @@ Pod::Spec.new do |s| - s.name = "paper-onboarding" - s.version = "6.1.4" - s.summary = "Amazing onboarding." - s.license = 'MIT' - s.homepage = 'https://github.com/Ramotion/paper-onboarding' - s.author = { 'Juri Vasylenko' => 'juri.v@ramotion.com' } + s.name = "paper-onboarding" + s.version = "6.1.4" + s.swift_version = '5.0' + 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.tvos.deployment_target = '9.0' - s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/Ramotion/paper-onboarding.git', :tag => s.version.to_s } s.source_files = 'Source/**/*.swift' # s.swift_version = '5.0' end