- iOS 9.0+
- macOS 10.10+
- Xcode 8.2+
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 can be downloaded as a stand-alone app and can also be installed through RubyGems:
$ gem install cocoapodsTo integrate Codice into your Xcode project using CocoaPods, specify it in your Podfile:
target '<target_name>' do
pod 'Codice'
endThen, install your dependencies through the CocoaPods app or by running the following command in the same directory as your Podfile:
$ pod installYou can install Carthage with Homebrew using the following commands:
$ brew update
$ brew install carthageTo 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.
Fellipe Caetano, fellipe.caetano4@gmail.com.
Codice is available under the MIT license. See the LICENSE file for more info.