From 4d79101cc874432983a8e621b7fca7711276c602 Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Thu, 24 Oct 2019 12:51:18 -0400 Subject: [PATCH] Updating swift-version in the podspec due to .swift_version deprication --- .swift-version | 1 - SwiftyGiphy.podspec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/SwiftyGiphy.podspec b/SwiftyGiphy.podspec index 2f5d26c..24d8b1f 100644 --- a/SwiftyGiphy.podspec +++ b/SwiftyGiphy.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftyGiphy' - s.version = '1.3.0' + s.version = '1.3.1' s.summary = 'Provides a UI and API layer for Giphy discovery and integration.' # This description is used to generate tags and improve search results. @@ -27,7 +27,7 @@ An easy to use library that provides a UI and API layer for Giphy discovery and s.author = { 'Brendan Lee' => 'brendan@52inc.com' } s.source = { :git => 'https://github.com/52inc/SwiftyGiphy.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/52_inc' - + s.swift_versions = '5.0' s.ios.deployment_target = '9.0' s.source_files = 'Library/*.*'