Skip to content

Commit e4e66c3

Browse files
committed
updated README
1 parent 6fece0e commit e4e66c3

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# CoreModel
22

3+
[![Swift](https://img.shields.io/badge/swift-2.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
4+
[![Platforms](https://img.shields.io/badge/platform-osx%20%7C%20linux-lightgrey.svg)](https://developer.apple.com/swift/)
5+
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://tldrlegal.com/license/mit-license)
6+
[![Release](https://img.shields.io/github/release/pureswift/CoreModel.svg)](https://github.com/PureSwift/CoreModel/releases)
7+
[![Build Status](https://travis-ci.org/PureSwift/CoreModel.svg?branch=master)](https://travis-ci.org/PureSwift/CoreModel)
8+
9+
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
310
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
411

512
Swift ORM wrapper.
613

7-
Wraps Core Data (Darwin only) and other ORMs into a familiar interface. Used for cross-platform Swift development.
8-
Built with Swift 2.0 and targeting OS X, iOS and, Linux.
14+
Wraps Core Data (Darwin only) and other database technologies into interface similar to CoreData. Used for cross-platform Swift development.
15+
Built with Swift 2.0 and targeting Darwin and Linux.
16+
17+
## Ubuntu Dependencies
18+
19+
Install SwiftFoundation [dependencies](https://github.com/PureSwift/SwiftFoundation#compiling-on-ubuntu).
20+
21+
## OS X Dependencies
22+
23+
```carthage bootstrap```

0 commit comments

Comments
 (0)