From 1dff25942c1a53baeb35f710986ff0968dc0e5f6 Mon Sep 17 00:00:00 2001 From: ariefnurputranto Date: Wed, 19 Feb 2020 15:28:32 +0700 Subject: [PATCH] bump version 0.2.18 for support xcode 10.1 --- QiscusCore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QiscusCore.podspec b/QiscusCore.podspec index c9ce771..d4f61fe 100644 --- a/QiscusCore.podspec +++ b/QiscusCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "QiscusCore" -s.version = "3.0.0-alpha.4" +s.version = "0.2.18" s.summary = "Qiscus Core SDK for iOS" s.description = <<-DESC Qiscus SDK for iOS contains Qiscus public Model. @@ -12,6 +12,6 @@ s.source = { :git => "https://github.com/qiscus/QiscusCore-iOS.git", :tag s.platform = :ios, "9.0" s.ios.vendored_frameworks = 'QiscusCore.framework' s.ios.frameworks = ["UIKit", "QuartzCore", "CFNetwork", "Security", "Foundation", "MobileCoreServices", "CoreData"] -s.dependency 'QiscusRealtime', '1.1.1' -s.dependency 'SwiftyJSON' +s.dependency 'QiscusRealtime', '1.1.2' +s.dependency 'SwiftyJSON', '4.2.0' end