From 74c48c74866b86d5e04aad6a9b686256254fb65b Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Thu, 11 Feb 2016 09:45:40 -0800 Subject: [PATCH 1/3] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a0581..707c5e7 100644 --- a/README.md +++ b/README.md @@ -1173,7 +1173,7 @@ let person2 = self.monitor[1, 2] - Dependencies: - [GCDKit](https://github.com/JohnEstropia/GCDKit) -### Install with Cocoapods +### Install with CocoaPods ``` pod 'CoreStore' ``` From 43c4998e200198aede89b3d9d79f615a109cfab0 Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Wed, 17 Feb 2016 02:32:39 +0900 Subject: [PATCH 2/3] fix podspec --- CoreStore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreStore.podspec b/CoreStore.podspec index feaabe9..cdf0430 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = "9.0" s.source_files = "CoreStore", "CoreStore/**/*.{swift}" - s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift" + s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Internal/CoreStoreFetchedResultsController.swift", "CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift" s.frameworks = "Foundation", "CoreData" s.requires_arc = true s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' } From ffe73d0f66eb9d044791000576e4bcb5fdd1eed5 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 11:47:36 -0800 Subject: [PATCH 3/3] Correct the spelling of Xcode in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00a7591..6c6e19a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) Unleashing the real power of Core Data with the elegance and safety of Swift -* Swift 2.1 (XCode 7.1), iOS 8+/OSX 10.10+ (or try out the [iOS 7 branch](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha)) +* Swift 2.1 (Xcode 7.1), iOS 8+/OSX 10.10+ (or try out the [iOS 7 branch](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha)) [Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki) @@ -1169,7 +1169,7 @@ let person2 = self.monitor[1, 2] # Installation - Requires: - iOS 8 SDK and above - - Swift 2.0 (XCode 7 beta 6) + - Swift 2.0 (Xcode 7 beta 6) - Dependencies: - [GCDKit](https://github.com/JohnEstropia/GCDKit)