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

updates podspec #173

Merged
merged 1 commit into from
Oct 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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