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.8.16
[CocoaPods.git]
/
Specs
/
f
/
0
/
6
/
JKPhotoBrowser
/
1.0.1
/
JKPhotoBrowser.podspec.json
blob
88b31b4a3790f48eda8931c09c7d5f7d7446f1ef
1
{
2
"name": "JKPhotoBrowser",
3
"version": "1.0.1",
4
"summary": "图片浏览器(仿微博).",
5
"homepage": "https://github.com/JekinChou/JKPhotoBrowser",
6
"license": {
7
"type": "MIT",
8
"file": "FILE_LICENSE"
9
},
10
"authors": {
11
"zhangjie": "454200568@qq.com"
12
},
13
"source": {
14
"git": "https://github.com/JekinChou/JKPhotoBrowser.git",
15
"tag": "1.0.1"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"requires_arc": true,
21
"source_files": [
22
"JKPhotoBrowserKit",
23
"*"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation",
28
"AssetsLibrary",
29
"Photos"
30
],
31
"dependencies": {
32
"YYImage": [
33
"~> 1.0.4"
34
],
35
"YYWebImage": [
36
"~> 1.0.5"
37
]
38
}
39
}