Skip to content

Commit

Permalink
Merge pull request #8 from SomeRandomiOSDev/1.0.6
Browse files Browse the repository at this point in the history
Updated headings
  • Loading branch information
SomeRandomiOSDev authored Oct 14, 2019
2 parents 11115e9 + 07e6dd7 commit 554b294
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CBORCoding.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CBORCoding"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "A CBOR Encoder and Decoder"
s.description = <<-DESC
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.
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/CBOR+Codable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 5/25/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/CBOR+Equatable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 6/2/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/CBOR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 5/18/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions CBORCoding/CBORDecoder.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// CBOREncoder.swift
// AppleCore
// CBORCoding
//
// Created by Joseph Newton on 5/12/19.
// Copyright © 2019 Diligent Corportation. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/CBOREncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 5/12/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/CBORParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 5/26/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCoding/Containers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCoding
//
// Created by Joseph Newton on 5/25/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion CBORCodingTests/CBORDecoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCodingTests
//
// Created by Joseph Newton on 5/25/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

// swiftlint:disable nesting function_body_length force_cast identifier_name opening_brace comma implicitly_unwrapped_optional number_separator force_unwrapping
Expand Down
2 changes: 1 addition & 1 deletion CBORCodingTests/CBOREncoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCodingTests
//
// Created by Joseph Newton on 5/18/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

// swiftlint:disable comma nesting function_body_length identifier_name force_try force_cast number_separator force_unwrapping
Expand Down
2 changes: 1 addition & 1 deletion CBORCodingTests/CBORParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCodingTests
//
// Created by Joseph Newton on 5/26/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

// swiftlint:disable function_body_length force_cast comma force_try implicitly_unwrapped_optional number_separator force_unwrapping
Expand Down
2 changes: 1 addition & 1 deletion CBORCodingTests/CBORTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCodingTests
//
// Created by Joseph Newton on 5/18/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

// swiftlint:disable comma nesting force_try implicitly_unwrapped_optional
Expand Down
2 changes: 1 addition & 1 deletion CBORCodingTests/ContainersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CBORCodingTests
//
// Created by Joseph Newton on 5/25/19.
// Copyright © 2019 Some Random iOS Dev. All rights reserved.
// Copyright © 2019 SomeRandomiOSDev. All rights reserved.
//

// swiftlint:disable identifier_name nesting force_unwrapping
Expand Down

0 comments on commit 554b294

Please sign in to comment.