Skip to content

Commit

Permalink
MQTT-Client-Framework 0.7.4
Browse files Browse the repository at this point in the history
> Release date 2016-03-17

[NEW] include Websockets for tvOS closes #123
  • Loading branch information
Christoph Krey committed Mar 17, 2016
1 parent d334c1f commit b4b7615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================

## MQTT-Client-Framework 0.7.4
> Release date 2016-03-??
> Release date 2016-03-17
[NEW] include Websockets for tvOS #123
[NEW] include Websockets for tvOS closes #123

## MQTT-Client-Framework 0.7.3
> Release date 2016-03-15
Expand Down
9 changes: 0 additions & 9 deletions MQTTClient/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :tvos, '9.0'
pod 'CocoaLumberjack'
pod 'MQTTClient', :path => '~/MQTT-Client-Framework'
#
# preliminary Websockets support
# comment the two following pod lines if you don't want to try it
#
pod 'MQTTClient/Websocket', :path => '~/MQTT-Client-Framework'
#
# this extra line is necessary as long the CocoaPods version of SocketRocket does not support tvOS
# cd; git clone https://github.com/square/SocketRocket.git
#
pod 'SocketRocket', :path => '~/SocketRocket'
end

target 'MQTTClientOSXTests' do
Expand Down
7 changes: 2 additions & 5 deletions MQTTClient/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,20 @@ PODS:
- MQTTClient/Websocket (0.7.4):
- MQTTClient/Core
- SocketRocket
- SocketRocket (0.4.2)
- SocketRocket (0.5.0)

DEPENDENCIES:
- CocoaLumberjack
- MQTTClient (from `~/MQTT-Client-Framework`)
- MQTTClient/Websocket (from `~/MQTT-Client-Framework`)
- SocketRocket (from `~/SocketRocket`)

EXTERNAL SOURCES:
MQTTClient:
:path: ~/MQTT-Client-Framework
SocketRocket:
:path: ~/SocketRocket

SPEC CHECKSUMS:
CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0
MQTTClient: 1c1bedf87249a317ee9324b93252867bbc443ec7
SocketRocket: b415fc2ecaccea06d533d339efede22d39121065
SocketRocket: 2c51efccd2d73c99a923407ca4b06e7e9da95dbf

COCOAPODS: 0.39.0

0 comments on commit b4b7615

Please sign in to comment.