Skip to content

Commit 81e010f

Browse files
committed
README
1 parent 3bddd4b commit 81e010f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CoreDataQueryInterface.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CoreDataQueryInterface'
3-
s.version = '1.0.2'
3+
s.version = '1.1.3'
44
s.license = 'MIT'
55
s.summary = 'A type-safe, fluent Swift library for working with Core Data.'
66
s.homepage = 'https://github.com/Prosumma/CoreDataQueryInterface'

CoreDataQueryInterface.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
401401
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
402402
COPY_PHASE_STRIP = NO;
403-
CURRENT_PROJECT_VERSION = 3;
403+
CURRENT_PROJECT_VERSION = 4;
404404
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
405405
ENABLE_STRICT_OBJC_MSGSEND = YES;
406406
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -448,7 +448,7 @@
448448
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
449449
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
450450
COPY_PHASE_STRIP = NO;
451-
CURRENT_PROJECT_VERSION = 3;
451+
CURRENT_PROJECT_VERSION = 4;
452452
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
453453
ENABLE_NS_ASSERTIONS = NO;
454454
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -592,7 +592,7 @@
592592
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
593593
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
594594
COPY_PHASE_STRIP = NO;
595-
CURRENT_PROJECT_VERSION = 3;
595+
CURRENT_PROJECT_VERSION = 4;
596596
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
597597
ENABLE_STRICT_OBJC_MSGSEND = YES;
598598
GCC_C_LANGUAGE_STANDARD = gnu99;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Overview
77

8-
Core Data Query Interface is a type-safe, fluent, intuitive library for working with Core Data in Swift. If you've worked with LINQ in the C# world, you can think of CDQI as "LINQ for Core Data", though without the syntactic sugar of the custom operators.
8+
Core Data Query Interface is a type-safe, fluent, intuitive library for working with Core Data in Swift. If you've worked with LINQ in the C# world, you can think of CDQI as "LINQ for Core Data".
99

1010
The simplicity of the syntax compared to standard Core Data speaks for itself:
1111

0 commit comments

Comments
 (0)