[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 6 / YCPortForwarder / 0.1.1 / YCPortForwarder.podspec.json
blobae8b4db467b4a04a5795b74babdbd3dd446e087a
2   "name": "YCPortForwarder",
3   "version": "0.1.1",
4   "summary": "A simple tcp forwarder example using CocoaAsyncSocket.",
5   "description": "A simple tcp forwarder example using CocoaAsyncSocket. Help you to get konwn about the data flow though the specify port.",
6   "homepage": "https://github.com/yichengchen/YCPortForwarder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yicheng": "yicheng.fzu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yichengchen/YCPortForwarder.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "static_framework": true,
23   "swift_version": "4.2",
24   "source_files": "YCPortForwarder/Classes/**/*",
25   "dependencies": {
26     "CocoaAsyncSocket": [
28     ]
29   }