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] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
c
/
0
/
7
/
VZInspector
/
0.1.2
/
VZInspector.podspec.json
blob
d70e05d314324ea03a28a086f9c60953303ed431
1
{
2
"name": "VZInspector",
3
"version": "0.1.2",
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.2"
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
}