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.12
[CocoaPods.git]
/
Specs
/
c
/
8
/
0
/
WLMqtt
/
1.1.0
/
WLMqtt.podspec.json
blob
7721d188e7d46bdd7b7bb6e23dd7f8fb97bb4b82
1
{
2
"name": "WLMqtt",
3
"version": "1.1.0",
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": "1.1.0"
16
},
17
"source_files": "WLMqtt/Class/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"MQTTClient": [
21
22
]
23
}
24
}