[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / c / b / TSSocket / 1.0.1 / TSSocket.podspec.json
blobfd93df2e3336e2e386754382ac9732a6d1da0be5
2   "name": "TSSocket",
3   "version": "1.0.1",
4   "summary": "TCP封装",
5   "description": "1:基于CocoaAsyncSocket二次封装\n2:异步消息",
6   "homepage": "https://github.com/winfast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "QinChuancheng": "qincc@galanz.com"
13   },
14   "source": {
15     "git": "https://github.com/winfast/TSSocket.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TSSocket/Classes/**/*",
22   "dependencies": {
23     "CocoaAsyncSocket": [
25     ]
26   }