Skip to content

Commit dec825e

Browse files
committed
README
1 parent 5a8e99c commit dec825e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/CoreDataQueryInterface.svg)](https://cocoapods.org)
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
5-
[![Language](https://img.shields.io/badge/Swift-3.0-orange.svg)](http://swift.org)
5+
[![Language](https://img.shields.io/badge/Swift-4.0-orange.svg)](http://swift.org)
66
![Platforms](https://img.shields.io/cocoapods/p/CoreDataQueryInterface.svg)
77

88
Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for working with Core Data in Swift. CDQI tremendously reduces the amount of code needed to do Core Data, and dramatically improves readability by allowing method chaining and by eliminating magic strings. CDQI is a bit like jQuery or LINQ, but for Core Data.
@@ -16,7 +16,7 @@ Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for w
1616
- [x] Optionally eliminates the use of magic strings so common in Core Data
1717
- [x] Query reuse, i.e., no side-effects from chaining
1818
- [x] Support for iOS 9+, macOS 10.11+, tvOS 9+, and watchOS 2+.
19-
- [x] Swift 3 (for Swift 2.2, use v4.0)
19+
- [x] Swift 4
2020

2121
### Overview
2222

0 commit comments

Comments
 (0)