blob: 16d5a211b4261c48fe0172559e6a714a4cae731a [file] [log] [blame]
{
"name": "YCPortForwarder",
"version": "0.1.5",
"summary": "A simple tcp forwarder example using CocoaAsyncSocket.",
"description": "A simple tcp forwarder example using CocoaAsyncSocket. Help you to get konwn about the data flow though the specify port.",
"homepage": "https://github.com/yichengchen/YCPortForwarder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yicheng": "yicheng.fzu@gmail.com"
},
"source": {
"git": "https://github.com/yichengchen/YCPortForwarder.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.2",
"source_files": "YCPortForwarder/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}