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] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git]
/
Specs
/
1
/
2
/
e
/
DDQEaseTool
/
1.0.0
/
DDQEaseTool.podspec.json
blob
663478f1792d179d826b4e533132bad21c281ba1
1
{
2
"name": "DDQEaseTool",
3
"version": "1.0.0",
4
"summary": "自己经验的集合",
5
"description": "新建工程时方便导入",
6
"homepage": "https://github.com/MyNameDDQ/DDQEaseTool",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"我叫咚咚枪": "869795924@qq.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/MyNameDDQ/DDQEaseTool.git",
19
"tag": "1.0.0"
20
},
21
"source_files": "DDQEaseTool/*.{h,m}",
22
"frameworks": "Foundation",
23
"requires_arc": true,
24
"dependencies": {
25
"AFNetworking": [
26
"~> 3.1.0"
27
]
28
}
29
}