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] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git]
/
Specs
/
0
/
d
/
9
/
FYLogger
/
0.0.1
/
FYLogger.podspec.json
blob
9bfae1ed13fb5efdb6370d3374d4378c947ea794
1
{
2
"name": "FYLogger",
3
"version": "0.0.1",
4
"license": {
5
"type": "MIT"
6
},
7
"homepage": "https://github.com/syxc/FYLogger",
8
"authors": {
9
"syxc": "gaibing2009@gmail.com"
10
},
11
"summary": "A tiny logging framework for iOS",
12
"source": {
13
"git": "https://github.com/syxc/FYLogger.git",
14
"tag": "0.0.1"
15
},
16
"platforms": {
17
"ios": "8.0"
18
},
19
"source_files": [
20
"Sources/*.swift",
21
"Sources/*.h"
22
],
23
"ios": {
24
"frameworks": [
25
"UIKit",
26
"Foundation"
27
]
28
},
29
"requires_arc": true
30
}