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] AlibabacloudMse20190531 6.13.0
[CocoaPods.git]
/
Specs
/
a
/
b
/
8
/
MyNewTest
/
0.0.1
/
MyNewTest.podspec.json
blob
15b913d97ed30a95be85d9d42a3ce418d6a093a4
1
{
2
"name": "MyNewTest",
3
"version": "0.0.1",
4
"summary": "显示多张图片",
5
"description": "查看大图功能,支持本地图片、相册图片、网络图片等",
6
"homepage": "https://github.com/fzuzhc/MyNewTest",
7
"license": "MIT",
8
"authors": {
9
"zhenghc": "fzuzhc@163.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"requires_arc": true,
15
"source": {
16
"git": "https://github.com/fzuzhc/MyNewTest.git",
17
"tag": "0.0.1"
18
},
19
"source_files": "ZHCMultPicView/*.{h,m}",
20
"dependencies": {
21
"SDWebImage": [
22
23
]
24
}
25
}