Skip to content

Commit 0fa53fa

Browse files
committed
Version update to 1.2.0
1 parent e998cdc commit 0fa53fa

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

ContentstackUtils.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 = 'ContentstackUtils'
3-
s.version = '1.1.2'
3+
s.version = '1.2.0'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC

ContentstackUtils.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
592592
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
593593
MACOSX_DEPLOYMENT_TARGET = 10.10;
594-
MARKETING_VERSION = 1.1.2;
594+
MARKETING_VERSION = 1.2.0;
595595
OTHER_CFLAGS = "$(inherited)";
596596
OTHER_LDFLAGS = "$(inherited)";
597597
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -623,7 +623,7 @@
623623
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
624624
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
625625
MACOSX_DEPLOYMENT_TARGET = 10.10;
626-
MARKETING_VERSION = 1.1.2;
626+
MARKETING_VERSION = 1.2.0;
627627
OTHER_CFLAGS = "$(inherited)";
628628
OTHER_LDFLAGS = "$(inherited)";
629629
OTHER_SWIFT_FLAGS = "$(inherited)";

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use this SDK on iOS platform, you will have to install the SDK according to t
1818
Add the following to your Podfile:
1919

2020
use_frameworks!
21-
pod 'ContentstackUtils', '~> 1.1.1'
21+
pod 'ContentstackUtils', '~> 1.2.0'
2222

2323
#### Swift Package Manager
2424
1. Installing libxml2 to your computer:
@@ -41,7 +41,7 @@ Add the following to your Podfile:
4141
let package = Package(
4242
name: "YourProject",
4343
dependencies: [
44-
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.1.1"),
44+
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.2.0"),
4545
],
4646
targets: [
4747
.target(

Sources/ContentstackUtils/ContentstackUtils.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ import Foundation
22

33
public struct ContentstackUtils {
44

5-
// public struct JsonNode {
6-
// public var json: Node
7-
// public var embeddedObject:
8-
// }
95
public struct GQL {
106
public static func jsonToHtml(rte document: [String: Any?], _ option: Option = Option()) throws -> Any {
117
do {

0 commit comments

Comments
 (0)