From c55497e3d4c7d046f4571e79db83a103d33df3c0 Mon Sep 17 00:00:00 2001 From: lucaswillering Date: Mon, 13 May 2019 15:37:21 +0200 Subject: [PATCH] Updated TieApiClient to 1.1.1 --- TieExampleObjC/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TieExampleObjC/Podfile b/TieExampleObjC/Podfile index 222e716..a069b62 100644 --- a/TieExampleObjC/Podfile +++ b/TieExampleObjC/Podfile @@ -6,5 +6,5 @@ target 'TieExampleObjC' do use_frameworks! # Pods for TieExampleObjC - pod 'TieApiClient', '~> 1.1.0' + pod 'TieApiClient', '~> 1.1.1' end