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
[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git]
/
Specs
/
0
/
d
/
1
/
JAWorkBase
/
1.0.1
/
JAWorkBase.podspec.json
blob
7bee83b350490cb58b570877c50066f08f9da374
1
{
2
"name": "JAWorkBase",
3
"version": "1.0.1",
4
"summary": "描述summary信息",
5
"description": "控制SDK,实用型基类方法",
6
"homepage": "https://github.com/JAEavn/JAWorkBase",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"七品官": "lanmemory@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/JAEavn/JAWorkBase.git",
19
"tag": "1.0.1"
20
},
21
"public_header_files": "Classes/**/*.h",
22
"dependencies": {
23
"MJRefresh": [
24
"~> 3.1.12"
25
],
26
"SDWebImage": [
27
28
],
29
"Masonry": [
30
31
]
32
}
33
}