From b478af0781ec391f60c920373fcdd8feb62fdce1 Mon Sep 17 00:00:00 2001 From: Marco Pifferi Date: Fri, 18 Feb 2022 09:36:55 +0100 Subject: [PATCH] version 1.1.70 to be compatible with Glassfy 1.1.7 --- GlassfyGlue.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GlassfyGlue.podspec b/GlassfyGlue.podspec index 7c59961..44bfade 100644 --- a/GlassfyGlue.podspec +++ b/GlassfyGlue.podspec @@ -8,12 +8,12 @@ Pod::Spec.new do |s| s.name = 'GlassfyGlue' - s.version = '1.1.8' + s.version = '1.1.70' s.summary = 'Glassfy Glue' s.homepage = 'https://github.com/glassfy/glassfy-glue.git' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'marcopifferi' => 'marco@piff.it' } + s.author = { 'marcopifferi' => 'piff@glassfy.io' } s.source = { :git => 'https://github.com/glassfy/glassfy-glue.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0'