-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating swift-version in the podspec due to .swift_version deprication
- Loading branch information
1 parent
19b05bd
commit 4d79101
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' => '[email protected]' } | ||
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/*.*' | ||
|