From 776852f05d143147bf7edcb83024d0139b1fbca2 Mon Sep 17 00:00:00 2001 From: Tyler Neveldine Date: Thu, 28 Mar 2019 14:16:15 -0400 Subject: [PATCH] Add swift version to podspec and remove deprecated .swift-version file --- .swift-version | 1 - VSTwitterTextCounter.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 9f55b2c..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -3.0 diff --git a/VSTwitterTextCounter.podspec b/VSTwitterTextCounter.podspec index 24d4f51..01bc1a1 100644 --- a/VSTwitterTextCounter.podspec +++ b/VSTwitterTextCounter.podspec @@ -4,6 +4,7 @@ s.version = '0.1.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.platform = :ios, "8.0" s.ios.deployment_target = '8.0' +s.swift_version = '5.0' s.authors = { 'Shady Elyaski' => 'shady@elyaski.com' } s.screenshots = 'https://raw.github.com/DynamicSignal/ios-twitter-text-counter/master/Example/Assets/sample.gif' s.homepage = 'https://github.com/DynamicSignal/ios-twitter-text-counter'