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
/
6
/
2
/
MZKit
/
1.0.0
/
MZKit.podspec.json
blob
787650d3ca1be06b74e8845a4c992b0ed873eda7
1
{
2
"name": "MZKit",
3
"version": "1.0.0",
4
"summary": "网络请求、帮助类和分类等",
5
"description": "包含:网络请求、帮助类和分类等",
6
"homepage": "https://gitee.com/hkh_01/MZKit.git",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"MJCheung": "zmzchn@gmail.com"
13
},
14
"source": {
15
"git": "https://gitee.com/hkh_01/MZKit.git",
16
"tag": "1.0.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "MZKit/Classes/**/*",
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"dependencies": {
27
"AFNetworking": [
28
"~> 3.2.0"
29
]
30
}
31
}