Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

mobilejazz/MJCocoaCore

Repository files navigation

Mobile Jazz Badge MJCocoaCore

Version License Platform

Installation

To install the MJCocoaCore library using Cocoapods, just paste the following line in your podfile:

pod 'MJCocoaCore'

Available Subspecs:

  • MJCocoaCore/Future
  • MJCocoaCore/Common
  • MJCocoaCore/Realm

Note that the default pod MJCocoaCore does not contain the Realm subpod, which needs to be explicitely specified:

pod 'MJCocoaCore'
pod 'MJCocoaCore/Realm'

Example Project

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Mobile Jazz, info@mobilejazz.com

License

MJCocoaCore is available under the Apache 2 license. See the LICENSE file for more info.