Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fellipecaetano/codice

Codice is a very lightweight, Foundation-compatible persistence interface
https://github.com/fellipecaetano/codice

Last synced: 22 days ago
JSON representation

Codice is a very lightweight, Foundation-compatible persistence interface

Awesome Lists containing this project

README

        

# Codice

[![CI Status](http://img.shields.io/travis/fellipecaetano/Codice.svg?style=flat)](https://travis-ci.org/fellipecaetano/Codice)
[![Version](https://img.shields.io/cocoapods/v/Codice.svg?style=flat)](http://cocoapods.org/pods/Codice)
[![License](https://img.shields.io/cocoapods/l/Codice.svg?style=flat)](http://cocoapods.org/pods/Codice)
[![Platform](https://img.shields.io/cocoapods/p/Codice.svg?style=flat)](http://cocoapods.org/pods/Codice)

## Requirements

- iOS 9.0+
- macOS 10.10+
- Xcode 8.2+

## Installation

Codice is available through [CocoaPods](http://cocoapods.org), a dependency manager for Cocoa projects, or [Carthage](https://github.com/Carthage/Carthage), a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

### CocoaPods

CocoaPods can be downloaded as a stand-alone app and can also be installed through [RubyGems](https://rubygems.org/):

```bash
$ gem install cocoapods
```

To integrate Codice into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
target '' do
pod 'Codice'
end
```

Then, install your dependencies through the CocoaPods app or by running the following command in the same directory as your `Podfile`:

```bash
$ pod install
```

### Carthage

You can install Carthage with [Homebrew](http://brew.sh/) using the following commands:

```bash
$ brew update
$ brew install carthage
```

To integrate Codice into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "fellipecaetano/Codice"
```

Run `carthage update` to build the framework and drag the built `Codice.framework` into your Xcode project.

## Author

Fellipe Caetano, [email protected].

## License

Codice is available under the MIT license. See the LICENSE file for more info.