Skip to content

Commit c38c844

Browse files
author
Uttam K Ukkoji
committed
Version: 3.3.1
Added BUILT_NULLABLE_P in Entry function 'Fetch Completion block'
1 parent 0ffa2b7 commit c38c844

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ContentStackIO_Internal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "CSIOURLCache.h"
1616
#import "NSObject+Extensions.h"
1717

18-
NSString *const sdkVersion = @"3.3.0";
18+
NSString *const sdkVersion = @"3.3.1";
1919

2020
@interface CSIOCoreHTTPNetworking (){
2121
id networkChangeObserver;

Contentstack.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Pod::Spec.new do |s|
22
s.name = 'Contentstack'
3-
s.version = '3.1.0'
3+
s.version = '3.3.1'
44
s.summary = 'Built.io Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC
77
Built.io Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content.
88
In a world where content is consumed via countless channels and form factors across mobile, web and IoT, Built.io Contentstack reimagines content management by decoupling code from content. Business users manage content – no training or development required. Developers can create cross-platform apps and take advantage of a headless CMS that delivers content through APIs. With an architecture that’s extensible – but without the bloat of legacy CMS – Built.io Contentstack cuts down on infrastructure, maintenance, cost and complexity.
99
DESC
1010

11-
s.homepage = 'https://www.built.io/products/contentstack/overview'
11+
s.homepage = 'https://www.contentstack.com/'
1212
s.license = { :type => 'Commercial',:text => 'See https://www.built.io/'}
1313
s.author = { 'Built.io' => 'support@contentstack.io' }
14-
s.source = { :git => 'https://github.com/builtio-contentstack/contentstack-ios.git', :tag => '3.1.0' }
15-
s.social_media_url = 'https://twitter.com/builtio'
14+
s.source = { :git => 'https://github.com/builtio-contentstack/contentstack-ios.git', :tag => '3.3.1' }
15+
s.social_media_url = 'https://twitter.com/Contentstack'
1616

17-
s.ios.deployment_target = '7.0'
17+
s.ios.deployment_target = '8.0'
1818

1919
s.source_files = 'ThirdPartyExtension/AFNetworking/*.{h,m}','ThirdPartyExtension/ISO8601DateFormatter/*.{h,m}','ThirdPartyExtension/MMarkDown/*.{h,m}', 'ContentStackIO/*.{h,m}', 'ContentStackIO/ThirdPartyNamespaceHeader/*.h', 'ContentStackIO_Internal/*.{h,m}'
2020
s.public_header_files = 'ContentStackIO/*.h','ContentStackIO/ThirdPartyNamespaceHeader/*.h'

Docs/DocGenerationScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ target="iphoneos";
2525
/usr/local/bin/appledoc \
2626
--project-name "Built.io Contentstack" \
2727
--project-company "Built.io" \
28-
--project-version "3.3.0" \
28+
--project-version "3.3.1" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

0 commit comments

Comments
 (0)