blob: af4b2bde48139afdb5ef13fee293eb39c5c01095 [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.4",
"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": "ff8a313cccb80acaddb8bd95af951a950d6c232b"
},
"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"
]
}
}