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.5.0
[CocoaPods.git]
/
Specs
/
0
/
f
/
7
/
ScreenAdapter
/
0.0.1
/
ScreenAdapter.podspec.json
blob
67e55e211bad14e715f2429c9ed108731b921688
1
{
2
"name": "ScreenAdapter",
3
"version": "0.0.1",
4
"license": {
5
"type": "MIT"
6
},
7
"homepage": "https://github.com/coder-zyy/ScreenAdapter",
8
"authors": {
9
"coder-zyy": "coder_zyy@163.com"
10
},
11
"summary": "屏幕适配工具",
12
"source": {
13
"git": "https://github.com/coder-zyy/ScreenAdapter.git",
14
"tag": "0.0.1"
15
},
16
"source_files": "ScreenAdapter/**/*.{h,m}",
17
"platforms": {
18
"ios": "9.0"
19
},
20
"requires_arc": true,
21
"frameworks": [
22
"UIKit",
23
"Foundation"
24
]
25
}