From d0c63eaf02525dea7668bb6620563065fbdebe64 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Wed, 10 Jul 2019 14:49:30 +0300 Subject: [PATCH] New version: 1.3.2 --- .../xcshareddata/WorkspaceSettings.xcsettings | 5 +++++ StompClientLib.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Example/StompClientLib.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/Example/StompClientLib.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Example/StompClientLib.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/Example/StompClientLib.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + + diff --git a/StompClientLib.podspec b/StompClientLib.podspec index d220e44..c1b4094 100755 --- a/StompClientLib.podspec +++ b/StompClientLib.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'StompClientLib' - s.version = '1.3.1' + s.version = '1.3.2' s.summary = 'Simple STOMP Client library. Swift 3, 4, 4.2, 5 compatible' s.swift_version = '4.0', '4.2', '5.0'