Skip to content

Codice is a very lightweight, Foundation-compatible persistence interface

License

Notifications You must be signed in to change notification settings

fellipecaetano/Codice

Repository files navigation

Codice

CI Status Version License Platform

Requirements

  • iOS 9.0+
  • macOS 10.10+
  • Xcode 8.2+

Installation

Codice is available through CocoaPods, a dependency manager for Cocoa projects, or 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:

$ gem install cocoapods

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

target '<target_name>' 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:

$ pod install

Carthage

You can install Carthage with Homebrew using the following commands:

$ brew update
$ brew install carthage

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

github "fellipecaetano/Codice"

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

Author

Fellipe Caetano, fellipe.caetano4@gmail.com.

License

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

About

Codice is a very lightweight, Foundation-compatible persistence interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •