blob: fead6c7061edd977f3f1c037729b8e5f81ee9641 [file] [log] [blame]
{
"name": "WebInterface",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"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\"",
"subspecs": [
{
"name": "Core",
"source_files": "WebInterface/Classes/*.{h,m}",
"public_header_files": "WebInterface/Classes/*.h"
},
{
"name": "ListRequest",
"source_files": "WebInterface/Classes/ListRequest/*.{h,m}",
"public_header_files": "WebInterface/Classes/ListRequest/*.h",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_WEB_INTERFACE_LIST_REQUEST"
},
"prefix_header_contents": "#import \"ModuleCapability.h\"\n#ifndef MODULE_WEB_INTERFACE_LIST_REQUEST\n#define MODULE_WEB_INTERFACE_LIST_REQUEST\n#endif"
}
]
}