blob: 64ed73414adf1f6da3e68d24dd58d2a505ebecfc [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.6",
"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": "b36379d0e853d4cc3139130a7f689a3274db6d76"
},
"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"
]
}
}