blob: 131fb2c586a0fb104324912a86b8aca514d9f9f2 [file] [log] [blame]
{
"name": "MJInterfaceManager",
"version": "0.1.0",
"summary": "This is a manager for web interface.",
"homepage": "https://github.com/Musjoy/MJInterfaceManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJInterfaceManager.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJInterfaceManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_INTERFACE_MANAGER"
},
"dependencies": {
"WebInterface": [
"~> 0.1.0"
],
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}