blob: 0f15150eeca755a221a4e52b4c89665345d328e4 [file] [log] [blame]
{
"name": "YCPortForwarder",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_versions": "5",
"source_files": "YCPortForwarder/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
},
"swift_version": "5"
}