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'
To run the example project, clone the repo, and run pod install
from the Example directory first.
Mobile Jazz, [email protected]
MJCocoaCore is available under the Apache 2 license. See the LICENSE file for more info.