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] ZJSDK 2.5.5.0
[CocoaPods.git]
/
Specs
/
1
/
d
/
7
/
GSLargeImage
/
0.0.1
/
GSLargeImage.podspec.json
blob
b120c36bc27e251f09939baa4b691e42d7f739f8
1
{
2
"name": "GSLargeImage",
3
"version": "0.0.1",
4
"summary": "解决大图崩溃",
5
"description": "大图加载时内存不足会崩溃,这个库解决了次问题",
6
"homepage": "https://github.com/gaohaoyun/GSLargeImage",
7
"license": "MIT",
8
"authors": {
9
"GaoHaoyun": "417172948@qq.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/gaohaoyun/GSLargeImage.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"GSLargeImage",
20
"GSLargeImage/*.{h,m}"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"SDWebImage": [
25
26
]
27
}
28
}