From 91aef44803f7668c0fcf386a5a8071be282f78c2 Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Fri, 23 Oct 2015 00:49:34 +0900 Subject: [PATCH 1/2] fix pod dependency --- CoreStore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreStore.podspec b/CoreStore.podspec index cbd4202..dea226d 100644 --- a/CoreStore.podspec +++ b/CoreStore.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "2.0" s.source_files = "CoreStore", "CoreStore/**/*.{swift}" - s.frameworks = "Foundation", "UIKit", "CoreData" + s.frameworks = "Foundation", "CoreData" s.requires_arc = true - s.dependency "GCDKit", "1.1.2" + s.dependency "GCDKit", "1.1.3" end \ No newline at end of file From a185bc96c08b0e4eaa58f00e37a856e402967bf8 Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Sat, 24 Oct 2015 11:41:13 +0900 Subject: [PATCH 2/2] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95865aa..17f8f28 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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.0 (XCode 7), iOS 8+ (or try out the [iOS 7 branch (alpha stage)](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha)) +* Swift 2.1 (XCode 7.1), iOS 8+ (or try out the [iOS 7 branch (alpha stage)](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha)) [Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki)