Skip to content

Commit

Permalink
update summary, description in 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 de2cd20 commit 9a7d21a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions SwiftStompClient.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Pod::Spec.new do |spec|

spec.name = "SwiftStompClient"
spec.version = "0.0.1"
spec.summary = "STOMP implementation with optional heart-beating iOS 13.0+ macOS 10.15+ Mac Catalyst 13.0+ tvOS 13.0+ watchOS 6.0+"
spec.version = "0.0.2"
spec.summary = "STOMP implementation on native WebSocket in Swift"

spec.description = <<-DESC
STOMP implementation with optional heart-beating iOS 13.0+ macOS 10.15+ Mac Catalyst 13.0+ tvOS 13.0+ watchOS 6.0+
DESC

spec.homepage = "https://github.com/mob-connection/SwiftStompClient"

Expand Down
8 changes: 4 additions & 4 deletions SwiftStompClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.1;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = OZH.SwiftStompClient;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -504,7 +504,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.1;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = OZH.SwiftStompClient;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -525,7 +525,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.1;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = OZH.SwiftStompClientExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
Expand All @@ -546,7 +546,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.1;
MARKETING_VERSION = 0.0.2;
PRODUCT_BUNDLE_IDENTIFIER = OZH.SwiftStompClientExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>SwiftStompClient.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>SwiftStompClientExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 9a7d21a

Please sign in to comment.