diff --git a/Contentstack.podspec b/Contentstack.podspec index a44cefc..033315c 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Contentstack' -s.version = '3.13.0' +s.version = '3.14.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.13.0' } +s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.14.0' } s.social_media_url = 'https://twitter.com/Contentstack' s.ios.deployment_target = '11.0'