diff --git a/KeyValueObservation.podspec b/KeyValueObservation.podspec index 26783f8..9192c93 100644 --- a/KeyValueObservation.podspec +++ b/KeyValueObservation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "KeyValueObservation" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "A small KVO helper library" s.description = <<-DESC A small KVO helper library that provides a NSObject and a NSArray category for observing key value changes using blocks diff --git a/KeyValueObservation/KeyValueObservation.h b/KeyValueObservation/KeyValueObservation.h index 509318c..6d35d7d 100644 --- a/KeyValueObservation/KeyValueObservation.h +++ b/KeyValueObservation/KeyValueObservation.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 6/7/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/NSArray+KeyValueObservation.h b/KeyValueObservation/NSArray+KeyValueObservation.h index 85da733..d6350cc 100644 --- a/KeyValueObservation/NSArray+KeyValueObservation.h +++ b/KeyValueObservation/NSArray+KeyValueObservation.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/NSArray+KeyValueObservation.m b/KeyValueObservation/NSArray+KeyValueObservation.m index 4199aa8..edb658c 100644 --- a/KeyValueObservation/NSArray+KeyValueObservation.m +++ b/KeyValueObservation/NSArray+KeyValueObservation.m @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/NSObject+KeyValueObservation.h b/KeyValueObservation/NSObject+KeyValueObservation.h index 48fe2f0..176e4be 100644 --- a/KeyValueObservation/NSObject+KeyValueObservation.h +++ b/KeyValueObservation/NSObject+KeyValueObservation.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/NSObject+KeyValueObservation.m b/KeyValueObservation/NSObject+KeyValueObservation.m index 2d5e780..a7a3ceb 100644 --- a/KeyValueObservation/NSObject+KeyValueObservation.m +++ b/KeyValueObservation/NSObject+KeyValueObservation.m @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKVOInfo.h b/KeyValueObservation/SRDKVOInfo.h index b722d71..ad9d4b4 100644 --- a/KeyValueObservation/SRDKVOInfo.h +++ b/KeyValueObservation/SRDKVOInfo.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/7/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKVOInfo.m b/KeyValueObservation/SRDKVOInfo.m index 1c9a5f3..89d7b4f 100644 --- a/KeyValueObservation/SRDKVOInfo.m +++ b/KeyValueObservation/SRDKVOInfo.m @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/7/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import "SRDKVOInfo.h" diff --git a/KeyValueObservation/SRDKeyValueObservation+Internal.h b/KeyValueObservation/SRDKeyValueObservation+Internal.h index 4863f16..49d2187 100644 --- a/KeyValueObservation/SRDKeyValueObservation+Internal.h +++ b/KeyValueObservation/SRDKeyValueObservation+Internal.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKeyValueObservation.h b/KeyValueObservation/SRDKeyValueObservation.h index d7976a4..65e4fa3 100644 --- a/KeyValueObservation/SRDKeyValueObservation.h +++ b/KeyValueObservation/SRDKeyValueObservation.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKeyValueObservation.m b/KeyValueObservation/SRDKeyValueObservation.m index e456a6e..2c7d457 100644 --- a/KeyValueObservation/SRDKeyValueObservation.m +++ b/KeyValueObservation/SRDKeyValueObservation.m @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKeyValueObservedChange+Internal.h b/KeyValueObservation/SRDKeyValueObservedChange+Internal.h index b4fcc77..7a106eb 100644 --- a/KeyValueObservation/SRDKeyValueObservedChange+Internal.h +++ b/KeyValueObservation/SRDKeyValueObservedChange+Internal.h @@ -3,7 +3,7 @@ // Pods // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKeyValueObservedChange.h b/KeyValueObservation/SRDKeyValueObservedChange.h index 1946ba5..fba91b8 100644 --- a/KeyValueObservation/SRDKeyValueObservedChange.h +++ b/KeyValueObservation/SRDKeyValueObservedChange.h @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import diff --git a/KeyValueObservation/SRDKeyValueObservedChange.m b/KeyValueObservation/SRDKeyValueObservedChange.m index 79b7122..27df4ee 100644 --- a/KeyValueObservation/SRDKeyValueObservedChange.m +++ b/KeyValueObservation/SRDKeyValueObservedChange.m @@ -3,7 +3,7 @@ // KeyValueObservation // // Created by Joseph Newton on 2/5/19. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // #import "SRDKeyValueObservedChange.h" diff --git a/KeyValueObservationTests/KeyValueObservationTests.m b/KeyValueObservationTests/KeyValueObservationTests.m index bd0c850..c269083 100644 --- a/KeyValueObservationTests/KeyValueObservationTests.m +++ b/KeyValueObservationTests/KeyValueObservationTests.m @@ -3,7 +3,7 @@ // KeyValueObservationTests // // Created by Joseph Newton on 02/05/2019. -// Copyright © 2019 Joseph Newton. All rights reserved. +// Copyright © 2019 SomeRandomiOSDev. All rights reserved. // @import XCTest;