From f4e565fc6356f15e37754a471dc5d2f90d770a3d Mon Sep 17 00:00:00 2001 From: Egor Lindberg Date: Sat, 26 Dec 2020 13:56:36 +0300 Subject: [PATCH] little changes --- Example/ORAnimation.xcodeproj/project.pbxproj | 2 ++ ORAnimation.podspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Example/ORAnimation.xcodeproj/project.pbxproj b/Example/ORAnimation.xcodeproj/project.pbxproj index a771695..2cb60bd 100644 --- a/Example/ORAnimation.xcodeproj/project.pbxproj +++ b/Example/ORAnimation.xcodeproj/project.pbxproj @@ -428,6 +428,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -477,6 +478,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; }; name = Release; diff --git a/ORAnimation.podspec b/ORAnimation.podspec index 564c1e5..f559e78 100644 --- a/ORAnimation.podspec +++ b/ORAnimation.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Egor Lindberg' => 'egor-lindberg@omega-r.com' } - s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :branch => 'add_spm_support' } #:tag => s.version.to_s + s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :tag => s.version.to_s } # :branch => 'add_spm_support' # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '12.0'