Skip to content

Commit

Permalink
Updating swift-version in the podspec due to .swift_version deprication
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmentflam committed Oct 24, 2019
1 parent 19b05bd commit 4d79101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions SwiftyGiphy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/*.*'
Expand Down

0 comments on commit 4d79101

Please sign in to comment.