From 28c7b65aa39b002e3748daaf5f6a1e08e6e7a8a0 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 8 Nov 2019 18:09:35 +0100 Subject: [PATCH] Add swift version --- JASON.podspec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/JASON.podspec b/JASON.podspec index 5cd1870..1732157 100644 --- a/JASON.podspec +++ b/JASON.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |s| - s.name = "JASON" - s.version = "3.1" - s.license = { :type => "MIT" } - s.homepage = "https://github.com/delba/JASON" - s.author = { "Damien" => "damien@delba.io" } - s.summary = "Fast JSON parsing for Swift" - s.source = { :git => "https://github.com/delba/JASON.git", :tag => "v3.1" } + s.name = "JASON" + s.version = "3.1.1" + s.license = { :type => "MIT" } + s.homepage = "https://github.com/delba/JASON" + s.author = { "Damien" => "damien@delba.io" } + s.summary = "Fast JSON parsing for Swift" + s.source = { :git => "https://github.com/delba/JASON.git", :tag => s.version } + s.swift_version = '5.0' s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9"