From bfec4c84f6f1655dcf0f5c2dac42eae851fff063 Mon Sep 17 00:00:00 2001 From: Alexander Kirsch Date: Mon, 29 Jul 2019 12:49:27 +0200 Subject: [PATCH] podspec update --- Day.podspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Day.podspec b/Day.podspec index 56e9d07..15812d7 100644 --- a/Day.podspec +++ b/Day.podspec @@ -1,12 +1,11 @@ Pod::Spec.new do |s| s.name = "Day" - s.version = "1.1.3" + s.version = "1.1.4" s.summary = "Mini lib to represent a Day" s.description = "This is the mini library to represent a Day value with serialization functionality" s.homepage = "https://github.com/numen31337/Day" s.license = "MIT" - s.author = { "Alexander Kirsch" => "spam-reporter-3000@alexander-kirsch.com" } - s.social_media_url = "http://twitter.com/numen31337" + s.author = { "Alexander Kirsch" => "spam-reporter-3000@alexander-kirsch.com" } s.ios.deployment_target = '9.0' s.watchos.deployment_target = '4.0'