blob: 5e084655413b2b5d6a692e1074bbadd062af3a4e [file] [log] [blame]
{
"name": "LZMYPMServer",
"version": "0.0.1",
"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.1"
},
"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": [
]
}
}
]
}