File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CoreModel
2
2
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 )
3
10
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
4
11
5
12
Swift ORM wrapper.
6
13
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 ```
You can’t perform that action at this time.
0 commit comments