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'