Skip to content

Commit c3d10a3

Browse files
Merge pull request #4 from SomeRandomiOSDev/1.0.3
Updated headings
2 parents 04f6d81 + c499a12 commit c3d10a3

15 files changed

+15
-15
lines changed

KeyValueObservation.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 = "KeyValueObservation"
4-
s.version = "1.0.2"
4+
s.version = "1.0.3"
55
s.summary = "A small KVO helper library"
66
s.description = <<-DESC
77
A small KVO helper library that provides a NSObject and a NSArray category for observing key value changes using blocks

KeyValueObservation/KeyValueObservation.h

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

99
#import <KeyValueObservation/NSArray+KeyValueObservation.h>

KeyValueObservation/NSArray+KeyValueObservation.h

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

99
#import <Foundation/Foundation.h>

KeyValueObservation/NSArray+KeyValueObservation.m

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

99
#import <KeyValueObservation/NSArray+KeyValueObservation.h>

KeyValueObservation/NSObject+KeyValueObservation.h

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

99
#import <Foundation/Foundation.h>

KeyValueObservation/NSObject+KeyValueObservation.m

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

99
#import <KeyValueObservation/NSObject+KeyValueObservation.h>

KeyValueObservation/SRDKVOInfo.h

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

99
#import <Foundation/Foundation.h>

KeyValueObservation/SRDKVOInfo.m

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

99
#import "SRDKVOInfo.h"

KeyValueObservation/SRDKeyValueObservation+Internal.h

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

99
#import <KeyValueObservation/SRDKeyValueObservation.h>

KeyValueObservation/SRDKeyValueObservation.h

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

99
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)