[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 9 / 6 / YCPortForwarder / 0.2.0 / YCPortForwarder.podspec.json
blob0f15150eeca755a221a4e52b4c89665345d328e4
2   "name": "YCPortForwarder",
3   "version": "0.2.0",
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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "swift_versions": "5",
23   "source_files": "YCPortForwarder/Classes/**/*",
24   "dependencies": {
25     "CocoaAsyncSocket": [
27     ]
28   },
29   "swift_version": "5"