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.4.14
[CocoaPods.git]
/
Specs
/
3
/
a
/
d
/
YTDebug
/
1.0.0
/
YTDebug.podspec.json
blob
f0bdb097a96ebc2dd840e18f2075ff6dc9163d93
1
{
2
"name": "YTDebug",
3
"platforms": {
4
"ios": "7.0"
5
},
6
"version": "1.0.0",
7
"license": "MIT",
8
"summary": "Tools for viewing logs on a mobile phone.",
9
"homepage": "https://github.com/songyutao/YTDebug",
10
"authors": {
11
"宋玉涛": "iamsongyutao@163.com"
12
},
13
"source": {
14
"git": "https://github.com/songyutao/YTDebug.git",
15
"tag": "1.0.0"
16
},
17
"requires_arc": true,
18
"subspecs": [
19
{
20
"name": "YTDebug",
21
"source_files": "YTDebug/YTDebug",
22
"dependencies": {
23
"YTAssistiveTouch": [
24
25
],
26
"CocoaLumberjack": [
27
28
]
29
},
30
"frameworks": [
31
"UIKit"
32
]
33
}
34
]
35
}