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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
d
/
3
/
a
/
YJAVPlayer
/
1.1.1
/
YJAVPlayer.podspec.json
blob
b55cea2c3096bf5074475fb7edf48c45834b56f6
1
{
2
"name": "YJAVPlayer",
3
"version": "1.1.1",
4
"summary": "YJAVPlayer实现了边下边播功能",
5
"description": "YJAVPlayer 是AVPlayer 的子类,这里添加了缓存功能,实现了边下边播功能",
6
"homepage": "https://github.com/zyjian/YJAVPlayer",
7
"license": "MIT",
8
"authors": {
9
"朱允见": "719307805@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/zyjian/YJAVPlayer.git",
16
"tag": "1.1.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/*.{h,m}"
21
],
22
"requires_arc": true
23
}