From 612bae795512e0a371bd7bdc9365e8b1e85d603a Mon Sep 17 00:00:00 2001 From: hamdshah Date: Fri, 18 Oct 2019 16:25:55 +0200 Subject: [PATCH] Swift version set to 5 in podspec --- .swift-version | 1 - RAMAnimatedTabBarController.podspec | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d549..00000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/RAMAnimatedTabBarController.podspec b/RAMAnimatedTabBarController.podspec index 8883b220..576c3b1b 100644 --- a/RAMAnimatedTabBarController.podspec +++ b/RAMAnimatedTabBarController.podspec @@ -8,4 +8,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/Ramotion/animated-tab-bar.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.source_files = "RAMAnimatedTabBarController/*.swift", "RAMAnimatedTabBarController/**/*.swift" + s.swift_version = '5.0' end