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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
f
/
0
/
4
/
NEStomp
/
0.0.1
/
NEStomp.podspec.json
blob
48d4ec3930fbe6223c0dae8ddc727c5df5e5893c
1
{
2
"name": "NEStomp",
3
"version": "0.0.1",
4
"license": "MIT",
5
"summary": "基于Stomp数据传输协议 和 WebSocket封装的一个库",
6
"homepage": "https://github.com/JimmyOu",
7
"source": {
8
"git": "https://github.com/JimmyOu/NEStomp.git",
9
"tag": "0.0.1"
10
},
11
"source_files": "NEStomp/*.{h,m}",
12
"requires_arc": true,
13
"platforms": {
14
"ios": "8.0"
15
},
16
"frameworks": "Foundation",
17
"dependencies": {
18
"SocketRocket": [
19
"~> 0.5.1"
20
]
21
},
22
"authors": {
23
"姜欧": "15757175841@163.com"
24
}
25
}