diff --git a/README.md b/README.md index 96f1349..d947202 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ___ ## Requirements - iOS 10.0+ -- Xcode 9 +- Xcode 10.2 ## Installation diff --git a/paper-onboarding.podspec b/paper-onboarding.podspec index 53b837d..f0929d5 100644 --- a/paper-onboarding.podspec +++ b/paper-onboarding.podspec @@ -11,5 +11,5 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' 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' + # s.swift_version = '5.0' end