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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
c
/
8
/
0
/
WLMqtt
/
0.0.6
/
WLMqtt.podspec.json
blob
9d939a0229a2a0cf18e7ee1566822c1940e78da3
1
{
2
"name": "WLMqtt",
3
"version": "0.0.6",
4
"summary": "An easy way to use mqtt",
5
"homepage": "https://github.com/DaLiangWang/WLMqtt",
6
"license": "MIT",
7
"authors": {
8
"wangliang": "wlhjx1993@gmail.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/DaLiangWang/WLMqtt.git",
15
"tag": "0.0.6"
16
},
17
"source_files": "WLMqtt/Class/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"CocoaLumberjack": [
21
22
],
23
"MQTTClient": [
24
25
],
26
"SocketRocket": [
27
28
]
29
}
30
}