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] FCService 0.0.61-fc
[CocoaPods.git]
/
Specs
/
6
/
2
/
1
/
XXXWebView
/
1.0.0
/
XXXWebView.podspec.json
blob
1f16640e691ce2efc0cfc6598d36808e0bbda125
1
{
2
"name": "XXXWebView",
3
"version": "1.0.0",
4
"summary": "异步加载 html 标签内的图片",
5
"homepage": "https://github.com/xxxIxxxx/XXXWebView",
6
"license": "MIT",
7
"authors": {
8
"i2yf": "i2yf@foxmail.com"
9
},
10
"platforms": {
11
"ios": "11.0"
12
},
13
"source": {
14
"git": "https://github.com/xxxIxxxx/XXXWebView.git",
15
"tag": "1.0.0"
16
},
17
"source_files": "XXXWebViewDemo/XXXWebView/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"SDWebImage": [
21
22
]
23
}
24
}