repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] ZJSDK 2.5.8.16
[CocoaPods.git]
/
Specs
/
5
/
c
/
b
/
TSSocket
/
1.0.0
/
TSSocket.podspec.json
blob
a9d9a03cc6fe4f6939edeebdc638f5170529c319
1
{
2
"name": "TSSocket",
3
"version": "1.0.0",
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.0"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "TSSocket/Classes/**/*",
22
"dependencies": {
23
"CocoaAsyncSocket": [
24
25
]
26
}
27
}