Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrZhurba authored and OleksandrZhurba committed Aug 12, 2020
1 parent 3288f79 commit c70e638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SwiftStompClient.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "SwiftStompClient"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.summary = "STOMP implementation on native WebSocket in Swift"

spec.description = <<-DESC
Expand All @@ -15,6 +15,8 @@ STOMP implementation with optional heart-beating iOS 13.0+ macOS 10.15+ Mac Cata

spec.ios.deployment_target = "13.0"
spec.osx.deployment_target = '10.15'
spec.tvos.deployment_target = '13.0'
spec.watchos.deployment_target = '6.0'

spec.swift_version = "5.1"

Expand Down

0 comments on commit c70e638

Please sign in to comment.