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