-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relaxed check for incoming Publishes (mosca 0.31.1 incompability) [NEW] zero message id is accepted on incoming publish closes #42
- Loading branch information
Christoph Krey
committed
Aug 16, 2015
1 parent
948fb2e
commit 3f212fa
Showing
3 changed files
with
90 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "MQTTClient" | ||
s.version = "0.2.3" | ||
s.version = "0.2.4" | ||
s.summary = "IOS native ObjectiveC MQTT Framework" | ||
s.homepage = "https://github.com/ckrey/MQTT-Client-Framework" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Christoph Krey" => "[email protected]" } | ||
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.2.3" } | ||
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.2.4" } | ||
|
||
s.source_files = "MQTTClient/MQTTClient", "MQTTClient/MQTTClient/**/*.{h,m}" | ||
s.requires_arc = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters