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] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
7
/
4
/
6
/
YBLevelList
/
1.0.0
/
YBLevelList.podspec.json
blob
afd2aee1ed5fc0aa1d7d4a126de09e04ba4a694e
1
{
2
"name": "YBLevelList",
3
"version": "1.0.0",
4
"summary": "An easy way to use level list.",
5
"homepage": "https://github.com/indulgeIn",
6
"license": "MIT",
7
"authors": {
8
"yangbo": "1106355439@qq.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"dependencies": {
14
"SDWebImage": [
15
"~> 3.7.6"
16
]
17
},
18
"source": {
19
"git": "https://github.com/indulgeIn/YBLevelList.git",
20
"tag": "1.0.0"
21
},
22
"source_files": [
23
"YBLevelList",
24
"YBLevelList/**/*.{h,m}"
25
],
26
"requires_arc": true
27
}