blob: 5e4a97b5088e078310fa304c4d045bcaa38119ca [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.7",
"summary": "NetworkEye - iOS网络调试库,NetworkEye可以监控App内HTTP请求并显示请求相关的详细信息,方便App开发的网络调试。",
"homepage": "https://github.com/coderyi/NetworkEye",
"license": "MIT",
"authors": {
"coderyi": "coderyi@163.com"
},
"source": {
"git": "https://github.com/coderyi/NetworkEye.git",
"commit": "a752ecf67916d5ed10ccfa57265c8dd2791af2f3"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"libraries": "sqlite3",
"platforms": {
"ios": "7.0"
},
"source_files": "NetworkEye/NetworkEye/**/*.{h,m,png}",
"requires_arc": true,
"dependencies": {
"FMDB/SQLCipher": [
"~> 2.5"
]
}
}