Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KeyValueObservation.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/KeyValueObservation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/NSArray+KeyValueObservation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/NSArray+KeyValueObservation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/NSArray+KeyValueObservation.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/NSArray+KeyValueObservation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/NSObject+KeyValueObservation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/NSObject+KeyValueObservation.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/NSObject+KeyValueObservation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKVOInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKVOInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservation+Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/SRDKeyValueObservation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservation.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/SRDKeyValueObservation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservedChange+Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <KeyValueObservation/SRDKeyValueObservedChange.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservedChange.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservation/SRDKeyValueObservedChange.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion KeyValueObservationTests/KeyValueObservationTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down