Skip to content

Commit 2d040d2

Browse files
committed
Disabled Travis temporarily
1 parent 613cb63 commit 2d040d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
![CoreDataQueryInterface](CoreDataQueryInterface.png)
22

3+
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/CoreDataQueryInterface.svg)](https://cocoapods.org)
4+
[![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)
6+
![Platforms](https://img.shields.io/cocoapods/p/CoreDataQueryInterface.svg)
7+
38
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.
49

510
### Features

0 commit comments

Comments
 (0)