Skip to content

Commit

Permalink
bump version 0.2.18 for support xcode 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Feb 19, 2020
1 parent 5d59b1e commit 1dff259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QiscusCore.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit 1dff259

Please sign in to comment.