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] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
1
/
3
/
c
/
YZXMPP
/
0.0.1
/
YZXMPP.podspec.json
blob
114d4315b1625b94bd50153f291b0e092f403915
1
{
2
"name": "YZXMPP",
3
"version": "0.0.1",
4
"summary": "YZXMPP 一个基于XMPP的IM系统",
5
"homepage": "https://github.com/Tom-Jack-Huang/YZXMPP",
6
"license": "MIT",
7
"authors": {
8
"HL": "1025925701@.com"
9
},
10
"platforms": {
11
"ios": "10.0"
12
},
13
"source": {
14
"git": "https://github.com/Tom-Jack-Huang/YZXMPP.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "YZXMPP/IM/**/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"XMPPFramework": [
21
">= 4.0.0"
22
],
23
"BGFMDB": [
24
">= 2.0.13"
25
],
26
"MJExtension": [
27
">= 3.2.2"
28
],
29
"YTKNetwork": [
30
">= 3.0.4"
31
],
32
"CocoaSecurity": [
33
">= 1.2.4"
34
]
35
}
36
}