-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagating firmware update over a mesh network. ESTMeshManager enabl…
…es sending mesh settings confirmations. Removing a device from a mesh network.
- Loading branch information
Showing
21 changed files
with
17 additions
and
901 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 = "EstimoteSDK" | ||
s.version = "4.12.2" | ||
s.version = "4.13.0" | ||
s.summary = "iOS library for Estimote iBeacon devices" | ||
s.homepage = "http://estimote.com" | ||
s.author = { "Estimote, Inc" => "[email protected]" } | ||
s.platform = :ios | ||
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "4.12.2" } | ||
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "4.13.0" } | ||
s.source_files = 'EstimoteSDK/EstimoteSDK.framework/Versions/A/Headers/*.h' | ||
s.vendored_frameworks = 'EstimoteSDK/EstimoteSDK.framework' | ||
s.ios.deployment_target = '7.0' | ||
|
Binary file not shown.
51 changes: 0 additions & 51 deletions
51
...oteSDK/EstimoteSDK.framework/Versions/A/Headers/ESTBeaconOperationGenericAdvertiserData.h
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
...eSDK/EstimoteSDK.framework/Versions/A/Headers/ESTBeaconOperationGenericAdvertiserEnable.h
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
...DK/EstimoteSDK.framework/Versions/A/Headers/ESTBeaconOperationGenericAdvertiserInterval.h
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
...teSDK/EstimoteSDK.framework/Versions/A/Headers/ESTBeaconOperationGenericAdvertiserPower.h
This file was deleted.
Oops, something went wrong.
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
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
29 changes: 0 additions & 29 deletions
29
...oteSDK/EstimoteSDK.framework/Versions/A/Headers/ESTDeviceSettingsAdvertiserConnectivity.h
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
EstimoteSDK/EstimoteSDK.framework/Versions/A/Headers/ESTGenericAdvertiser.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.