blob: 2bcbdf0bbf8fd5fc1e3e57e57220cfdcfcd7d821 [file] [log] [blame]
{
"name": "MJControllerManager",
"version": "0.1.3",
"summary": "This module contain base class of view controller and some common use function.",
"homepage": "https://github.com/Musjoy/MJControllerManager",
"license": "MIT",
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJControllerManager.git",
"tag": "v-0.1.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJControllerManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_CONTROLLER_MANAGER"
},
"dependencies": {
"ActionProtocol": [
],
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}