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