Skip to content

Commit e8d7302

Browse files
committed
updated to v3.1.1
1 parent b4986bb commit e8d7302

19 files changed

+26
-58
lines changed

Contentstack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Contentstack'
3-
s.version = '3.1.0'
3+
s.version = '3.1.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

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ import Contentstack
4747

4848
## License
4949
```
50-
Copyright (c) 2016, Contentstack.io.
50+
Copyright (c) 2017, Contentstack.io.
5151
All rights reserved.
5252
```
-22.5 KB
Binary file not shown.

SDK/Contentstack.framework/Headers/Asset.h

100644100755
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ BUILT_ASSUME_NONNULL_BEGIN
8080
*/
8181
@property (nonatomic, copy, readonly) NSString *deletedBy;
8282

83-
/**
84-
* Readonly property to check publish details of asset
85-
*/
86-
@property (nonatomic, copy, readonly) NSDictionary *publishDetails;
8783

8884
/**
8985
* property to assign cache policy like CACHE_THEN_NETWORK, NETWORK_ELSE_CACHE, NETWORK_ONLY, etc.

SDK/Contentstack.framework/Headers/AssetLibrary.h

100644100755
File mode changed.

SDK/Contentstack.framework/Headers/Config.h

100644100755
File mode changed.

SDK/Contentstack.framework/Headers/ContentType.h

100644100755
File mode changed.

SDK/Contentstack.framework/Headers/Contentstack.h

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2015 Built.io. All rights reserved.
77
//
88

9-
// sdk-version: 3.0.0
9+
// sdk-version: 3.1.1
1010

1111
#import <Foundation/Foundation.h>
1212
#import <Contentstack/Config.h>

SDK/Contentstack.framework/Headers/ContentstackDefinitions.h

100644100755
File mode changed.

SDK/Contentstack.framework/Headers/ContentstackIO.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)