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] DocumentReaderFullStage 7.5.10940
[CocoaPods.git]
/
Specs
/
1
/
2
/
6
/
ForScreenDemo
/
1.0.1
/
ForScreenDemo.podspec.json
blob
b81921264e710a8fbcd650ef20581ff29a67edd5
1
{
2
"name": "ForScreenDemo",
3
"version": "1.0.1",
4
"summary": "AirPlay and DLNA",
5
"platforms": {
6
"ios": "8.0"
7
},
8
"authors": {
9
"wangxinghua": "kwangxh@163.com"
10
},
11
"homepage": "git@git.duia.org.cn:ios/airPlay.git",
12
"license": "MIT",
13
"source": {
14
"git": "git@git.duia.org.cn:ios/airPlay.git",
15
"branch": "master",
16
"tag": "1.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"ForScreenDemo/someFile/**/*.{h,m}"
21
],
22
"frameworks": [
23
"UIKit",
24
"Foundation",
25
"AVFoundation",
26
"CoreData",
27
"MediaPlayer"
28
],
29
"dependencies": {
30
"MRDLNA": [
31
"~> 0.1.1"
32
]
33
}
34
}