Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Update README.md and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendev committed Jun 4, 2021
1 parent 19586c0 commit c66b946
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Example/Readability-Objective-C.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A7A3553056F0FAA0194D28A2 /* Pods-Readability-Objective-C_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Readability-Objective-C_Example.release.xcconfig"; path = "Target Support Files/Pods-Readability-Objective-C_Example/Pods-Readability-Objective-C_Example.release.xcconfig"; sourceTree = "<group>"; };
B994C1B85AF3F71748181712 /* Pods_Readability_Objective_C_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Readability_Objective_C_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C9CEA7C922E21195001ACD0C /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = SOURCE_ROOT; };
C9CEA7C922E21195001ACD0C /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
C9CEA7E722E23266001ACD0C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D5AA556CC0D45BA7CB067457 /* Pods_Readability_Objective_C_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Readability_Objective_C_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
EC984075AC100B4F9C7FA49F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
Expand Down
4 changes: 2 additions & 2 deletions Example/Readability-Objective-C/ReadabilityAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ReadabilityAppDelegate.h
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import UIKit;
Expand Down
4 changes: 2 additions & 2 deletions Example/Readability-Objective-C/ReadabilityAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ReadabilityAppDelegate.m
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

#import "ReadabilityAppDelegate.h"
Expand Down
4 changes: 2 additions & 2 deletions Example/Readability-Objective-C/ReadabilityViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ReadabilityViewController.h
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import UIKit;
Expand Down
4 changes: 2 additions & 2 deletions Example/Readability-Objective-C/ReadabilityViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ReadabilityViewController.m
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

#import "ReadabilityViewController.h"
Expand Down
4 changes: 2 additions & 2 deletions Example/Readability-Objective-C/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// main.m
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import UIKit;
Expand Down
4 changes: 2 additions & 2 deletions Example/Tests/Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Tests.m
// Readability-Objective-C Example
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import CoreGraphics;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ This project makes use of the following third-party libraries:

## Author

[brackendev](https://www.github.com/brackendev)
Bracken Spencer
<br>[GitHub](https://www.github.com/brackendev) [LinkedIn](https://www.linkedin.com/in/brackenspencer/)

## License

Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability+NSNumber.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability+NSNumber.h
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import Foundation;
Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability+NSNumber.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability+NSNumber.m
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

#import "Readability+NSNumber.h"
Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability+NSString.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability+NSString.h
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import Foundation;
Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability+NSString.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability+NSString.m
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

#import "Readability+NSString.h"
Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability.h
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

// Automated Readability Index: automatedReadabilityIndexForString
Expand Down
4 changes: 2 additions & 2 deletions Readability-Objective-C/Classes/Readability.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Readability.m
// Readability-Objective-C
//
// Created by brackendev.
// Copyright (c) 2014-2019 brackendev. All rights reserved.
// Created by Bracken Spencer.
// Copyright (c) 2014-2021 Bracken Spencer. All rights reserved.
//

@import CoreGraphics;
Expand Down

0 comments on commit c66b946

Please sign in to comment.