MJiOSCore
Installation
MJiOSCore is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MJiOSCore'
Available Subspecs:
- MJiOSCore/Tools
- MJiOSCore/MVP
- MJiOSCore/ViewControllers
- MJiOSCore/Views
- MJiOSCore/Cloudinary (Dependency on Cloudinary 1.0)
- MJiOSCore/CloudinaryHaneke (Dependency on Haneke 1.0 and Cloudinary 1.0)
Note that the default pod MJiOSCore has as default subspecs Tools, MVP, ViewControllers and Views. To install the Cloudinary and CloudinaryHaneke subspecs you must reference directly as:
pod 'MJiOSCore/Cloudinary'
and/or
pod 'MJiOSCore/CloudinaryHaneke'
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
MJiOSCore is available under the Apache 2 license. See the LICENSE file for more info.