Skip to content

Commit

Permalink
bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Jun 17, 2019
1 parent fd8ae1c commit fe5a14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QiscusRealtime.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "QiscusRealtime"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "Qiscus SDK Realtime Message for iOS"
s.description = <<-DESC
QiscusRealtime SDK for iOS contains Chat User Interface.
Expand All @@ -14,7 +14,7 @@ s.requires_arc = true
s.ios.vendored_frameworks = 'QiscusRealtime.framework'
s.ios.frameworks = ["CFNetwork", "Security", "Foundation", "MobileCoreServices"]
s.platform = :ios, "9.0"
s.dependency 'CocoaMQTT', '1.1.3'
s.dependency 'CocoaMQTT', '~> 1.2.2'

end

0 comments on commit fe5a14f

Please sign in to comment.