| { |
| "name": "LDNetDiagnoService", |
| "version": "1.1.2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "利用TCP Connect和traceroute的原理,对指定域名(通常为后台API的提供域名)进行网络诊断,并收集诊断日志。", |
| "homepage": "https://github.com/Lede-Inc/LDNetDiagnoService_IOS", |
| "authors": { |
| "huipang": "huipang@corp.netease.com" |
| }, |
| "source": { |
| "git": "https://github.com/Lede-Inc/LDNetDiagnoService_IOS.git", |
| "tag": "1.1.2" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "public_header_files": "LDNetDiagnoService/LDNetDiagnoService.h", |
| "source_files": "LDNetDiagnoService/*.{h,m}", |
| "frameworks": "CoreTelephony", |
| "libraries": "resolv" |
| } |
| } |