This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree 3 files changed +10
-3
lines changed 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'OCast'
11
- s . version = '2.0.0 '
11
+ s . version = '2.0.1 '
12
12
s . summary = 'OCast SDK provides an implementation of OCast protocol.'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 2
2
- AppleReachability (5.0)
3
3
- CocoaAsyncSocket (7.6.3)
4
4
- DynamicCodable (1.0)
5
- - OCast (2.0.0 ):
5
+ - OCast (2.0.1 ):
6
6
- CocoaAsyncSocket (~> 7.6.3)
7
7
- DynamicCodable (~> 1.0)
8
8
- Starscream (~> 3.1.0)
@@ -36,7 +36,7 @@ SPEC CHECKSUMS:
36
36
AppleReachability: 517ec01d04f74575708635a292136cd68f113d76
37
37
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
38
38
DynamicCodable: 2cf558d057b3e6540552943254e1c9eeb706dde2
39
- OCast: f4dc6beddcf98f4ea6477f05e32c4fa7f462141f
39
+ OCast: 2087d72a97ab19ecbbc3195028d554aba88be02f
40
40
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
41
41
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
42
42
SwiftLint: fed9c66336e41fc74dc48a73678380718f0c8b0e
Original file line number Diff line number Diff line change 1
1
OCast Release notes
2
+
3
+ ============================
4
+ Version 2.0.1, September 2019
5
+ ============================
6
+ - Bug fixes
7
+ - Add discoveryIsRunning property
8
+
2
9
============================
3
10
Version 2.0.0, July 2019
4
11
============================
You can’t perform that action at this time.
0 commit comments