You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CBORCoding.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
3
3
s.name="CBORCoding"
4
-
s.version="1.4.0"
4
+
s.version="1.4.1"
5
5
s.summary="A CBOR Encoder and Decoder"
6
6
s.description=<<-DESC
7
7
A lightweight framework containing a coder pair for encoding and decoding `Codable` conforming types to and from CBOR document format for iOS, macOS, tvOS, and watchOS.
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1024
1024
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1043
1043
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1062
1062
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1081
1081
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
0 commit comments