blob: ef605fd03df4ed5be560fc09f0b8591529964a50 [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.8",
"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",
"tag": "0.9.8"
},
"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"
]
}
}