From c7cdb58d35ff3210e6412620b44bc991da68bffa Mon Sep 17 00:00:00 2001 From: abhinav <63039365+abhinav-from-contentstack@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:14:02 +0530 Subject: [PATCH] Update Contentstack.podspec --- Contentstack.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contentstack.podspec b/Contentstack.podspec index 79ca369..961aba1 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Contentstack' -s.version = '3.12.3' +s.version = '3.13.0' s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.' s.description = <<-DESC @@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/' s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'} s.author = { 'Contentstack' => 'support@contentstack.io' } -s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.12.3' } +s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.13.0' } s.social_media_url = 'https://twitter.com/Contentstack' s.ios.deployment_target = '11.0'