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