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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
2
/
6
/
d
/
MIALog
/
0.0.1
/
MIALog.podspec.json
blob
7e46550a695d4e408828ca59c14ddc3e2234d0a6
1
{
2
"name": "MIALog",
3
"version": "0.0.1",
4
"summary": "MIALog.",
5
"description": "*log for app\n*print info",
6
"homepage": "https://github.com/tianjackyang/MIALog",
7
"license": "MIT",
8
"authors": {
9
"tianjackyang": "919548782@qq.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/tianjackyang/MIALog.git",
16
"tag": "0.0.1",
17
"submodules": true
18
},
19
"source_files": "Pod/**/*.{h,m}",
20
"requires_arc": true,
21
"dependencies": {
22
"CocoaLumberjack": [
23
"~> 2.2.0"
24
],
25
"MIADefine": [
26
"~> 0.0.3"
27
]
28
}
29
}