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
/
c
/
0
/
7
/
VZInspector
/
0.1.1
/
VZInspector.podspec.json
blob
4b5da88afbf9c9e203729e990ffc3ca790f034f7
1
{
2
"name": "VZInspector",
3
"version": "0.1.1",
4
"summary": "an iOS app runtime debugger",
5
"homepage": "http://vizlabxt.github.io/blog/2014/11/06/VZInspector/",
6
"license": "MIT",
7
"authors": {
8
"vizlabxt": "jayson.xu@foxmail.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/vizlabxt/VZInspector.git",
15
"tag": "0.1.1"
16
},
17
"requires_arc": true,
18
"frameworks": [
19
"Foundation",
20
"UIKit",
21
"CoreGraphics",
22
"QuartzCore"
23
],
24
"source_files": "VZInspector/**/*",
25
"libraries": [
26
"z",
27
"c++"
28
]
29
}