blob: cced6069577127293d0682dff6532e61e8fe4928 [file] [log] [blame]
{
"name": "LZMYPMServer",
"version": "0.0.2",
"summary": "青少年保护模式服务",
"description": "LZM Youth Protection Mode Server(青少年保护模式服务)",
"homepage": "http://a.i33.tv:3000/iOS_Team/LZMYMPServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cingjin": "15327288437@163.com"
},
"source": {
"git": "http://a.i33.tv:3000/iOS_Team/LZMYMPServer.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Config",
"source_files": "LZMYPMServer/Classes/Config/**/*.{h,m,swift}"
},
{
"name": "Server",
"source_files": "LZMYPMServer/Classes/Server/**/*.{h,m,swift}",
"dependencies": {
"LZMYPMServer/Config": [
]
}
}
]
}