Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
updates podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pbodsk committed Oct 17, 2021
1 parent 7a2d872 commit ef44fcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Serpent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "Serpent"
s.version = "1.1.0"
s.version = "2.0.3"
s.summary = "A protocol to serialize Swift structs and classes for encoding and decoding."
s.homepage = "https://github.com/nodes-ios/Serpent"
s.description = <<-DESC
Expand All @@ -25,6 +25,9 @@ Pod::Spec.new do |s|
Also provides extensions for Alamofire and Cashier.
DESC


s.swift_version = '5'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5' }
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#

Expand Down

0 comments on commit ef44fcc

Please sign in to comment.