blob: 50f677d414e7d4686baed2d220985a589f575902 [file] [log] [blame]
{
"name": "YYDebugManager",
"version": "0.2.0",
"summary": "view log and network data on web",
"homepage": "https://y500.me",
"license": {
"type": "None",
"file": "LICENSE"
},
"authors": {
"y500": "yanqizhou@126.com"
},
"source": {
"git": "https://github.com/y500/YYDebugManager.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"fishhook": [
]
},
"source_files": [
"project/*.{h,m}",
"project/BLWebSocketsServer/*.{h,m}",
"project/BLWebSocketsServer/libwebsockets/*.{h,c}"
],
"public_header_files": [
"project/YYDebugManager.h",
"project/BLWebSocketsServer/BLWebSocketsServer.h"
],
"resources": "project/Web.bundle",
"requires_arc": true,
"frameworks": [
"Foundation",
"WebKit"
],
"libraries": "z"
}