Latest | 0.1.1 |
---|---|
Homepage | https://github.com/Musjoy/MJWebViewController |
License | MIT |
Platforms | ios 7.0 |
Dependencies | MJUtils, MJControllerManager, ActionProtocol, DBModel, ModuleCapability |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MJWebViewController is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MJWebViewController"
Author
Raymond, [email protected]
License
MJWebViewController is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MJWebViewController", "version": "0.1.1", "summary": "This is a custom WebViewController.", "homepage": "https://github.com/Musjoy/MJWebViewController", "license": "MIT", "authors": { "Raymond": "[email protected]" }, "source": { "git": "https://github.com/Musjoy/MJWebViewController.git", "tag": "v-0.1.1" }, "platforms": { "ios": "7.0" }, "source_files": "MJWebViewController/Classes/**/*", "user_target_xcconfig": { "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_WEB_CONTROLLER" }, "dependencies": { "MJUtils": [], "MJControllerManager": [], "ActionProtocol": [], "DBModel": [], "ModuleCapability": [ "~> 0.1.2" ] }, "prefix_header_contents": "#import "ModuleCapability.h"" }
Wed, 01 Jun 2016 09:10:05 +0000