Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fellipecaetano/codice
- Owner: fellipecaetano
- License: mit
- Created: 2016-08-15T20:55:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T21:05:11.000Z (over 7 years ago)
- Last Synced: 2024-11-16T11:33:57.113Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.