Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Feb 21, 2018
1 parent e99e1fa commit d4300b0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ inhibit_all_warnings!
target 'ChatExample' do
use_frameworks!

# Uncomment this line and update the branch name to test the pod before a release
# pod "SwiftPhoenixClient", :git => 'https://github.com/davidstump/SwiftPhoenixClient.git', branch: 'release/0.8.0'
pod "SwiftPhoenixClient", :path => "../"
end
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Starscream (3.0.4)
- SwiftPhoenixClient (0.7.0-rc1):
- SwiftPhoenixClient (0.8.0):
- Starscream (~> 3.0.4)

DEPENDENCIES:
Expand All @@ -12,7 +12,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Starscream: f5da93fe6984c77b694366bf7299b7dc63a76f26
SwiftPhoenixClient: 3ae5889fb8f75a907de39e008f9becfb139c79fe
SwiftPhoenixClient: 41522212631771ba4733465b846e4aa6ce9ee89e

PODFILE CHECKSUM: 89199469d6bb693e4326959922e50c8262803bd1

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SwiftPhoenixClient.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "0.7.0-rc1"
s.version = "0.8.0"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit d4300b0

Please sign in to comment.