Skip to content

Commit 554b294

Browse files
Merge pull request #8 from SomeRandomiOSDev/1.0.6
Updated headings
2 parents 11115e9 + 07e6dd7 commit 554b294

13 files changed

+14
-14
lines changed

CBORCoding.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "CBORCoding"
4-
s.version = "1.0.5"
4+
s.version = "1.0.6"
55
s.summary = "A CBOR Encoder and Decoder"
66
s.description = <<-DESC
77
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.

CBORCoding/CBOR+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOR+Equatable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 6/2/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOR.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/18/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBORDecoder.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
22
// CBOREncoder.swift
3-
// AppleCore
3+
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/12/19.
6-
// Copyright © 2019 Diligent Corportation. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBOREncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/12/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/CBORParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/26/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCoding/Containers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCoding
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
import Foundation

CBORCodingTests/CBORDecoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCodingTests
44
//
55
// Created by Joseph Newton on 5/25/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
// swiftlint:disable nesting function_body_length force_cast identifier_name opening_brace comma implicitly_unwrapped_optional number_separator force_unwrapping

CBORCodingTests/CBOREncoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CBORCodingTests
44
//
55
// Created by Joseph Newton on 5/18/19.
6-
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
6+
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
77
//
88

99
// swiftlint:disable comma nesting function_body_length identifier_name force_try force_cast number_separator force_unwrapping

0 commit comments

Comments
 (0)