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

Latest commit

 

History

History
38 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.14 KB

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, [email protected]

License

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