blob: d1c7d54f17cc7982eae7b67fff7c82779b985a8f [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.5",
"summary": "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": "0b51776a98a50cc79904b67af0838136c6f87bdc"
},
"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"
]
}
}