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
/
b
/
2
/
SGImageCache
/
2.0.1
/
SGImageCache.podspec.json
blob
1b6211e7ba71a77f85b83ebf1d0d3d8afd8390eb
1
{
2
"name": "SGImageCache",
3
"version": "2.0.1",
4
"summary": "A lightweight iOS image cache.",
5
"homepage": "https://github.com/seatgeek/SGImageCache",
6
"license": {
7
"type": "BSD",
8
"file": "LICENSE"
9
},
10
"authors": "SeatGeek",
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/seatgeek/SGImageCache.git",
16
"tag": "2.0.1"
17
},
18
"source_files": "*.{h,m}",
19
"requires_arc": true,
20
"dependencies": {
21
"SGHTTPRequest": [
22
23
],
24
"AFNetworking": [
25
"~> 2.0"
26
],
27
"MGEvents": [
28
29
],
30
"PromiseKit/base": [
31
"~> 1.5"
32
]
33
}
34
}