blob: 42e215a5d639d7540d383dcdc7ac7991b52c0b7d [file] [log] [blame]
{
"name": "NetworkEye",
"version": "0.9.0",
"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": "cead87efbdafe333da279856583ca08a9ae28607"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "NetworkEye/NetworkEye/**/*.{h,m,png}",
"requires_arc": true,
"subspecs": [
{
"name": "standalone",
"subspecs": [
{
"name": "default",
"dependencies": {
"sqlite3": [
]
}
}
]
}
]
}