blob: 04127f290fc40eb3b313d03e4f80bedf42ca0e19 [file] [log] [blame]
{
"name": "WGLNetworkMonitor",
"version": "0.0.9",
"summary": "This is a mobile network status monitor.",
"description": "\"This is a mobile network status monitor.\"",
"homepage": "https://github.com/guanlongwu/WGLNetworkMonitor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuguanlong": "guanlongwu@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guanlongwu/WGLNetworkMonitor.git",
"tag": "0.0.9"
},
"source_files": "WGLNetworkMonitor/**/*",
"public_header_files": "WGLNetworkMonitor/**/*.h",
"frameworks": [
"CoreFoundation",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"WGLTrafficMonitor": [
"~> 0.0.2"
]
}
}