File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'ActiveLookSDK'
11- s . version = '4.5.4 '
11+ s . version = '4.5.5 '
1212 s . summary = 'An iOS library to interact with ActiveLook eyewear'
1313 s . description = <<-DESC
1414This CocoaPod provides the ability to connect to ActiveLook eyewear running
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 4.5.5
4+
5+ ### Fixes
6+
7+ - Skip update if we can assume local network without internet
8+
39## Version 4.5.4
410
511### Breaking Change
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ in your Podfile:
1919```
2020pod 'ActiveLookSDK',
2121 :git => 'https://github.com/ActiveLook/ios-sdk.git',
22- :tag = 'v4.5.4 '
22+ :tag = 'v4.5.5 '
2323```
2424
2525Then run the command:
You canβt perform that action at this time.
0 commit comments