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] FCService 0.0.61-fc
[CocoaPods.git]
/
Specs
/
a
/
6
/
2
/
BZModel
/
1.0.1
/
BZModel.podspec.json
blob
c56c588a7a751d56062667e40f2f41a0a15697fa
1
{
2
"name": "BZModel",
3
"version": "1.0.1",
4
"summary": "项目通用模型。",
5
"description": "项目通用模型,方便开发使用。",
6
"homepage": "https://github.com/EricBZH/BZModel",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"EricBup": "375298211@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/EricBZH/BZModel.git",
16
"tag": "1.0.1"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"requires_arc": true,
22
"source_files": "BZModelDemo/BZModel/*.{h,m}",
23
"dependencies": {
24
"MJExtension": [
25
26
],
27
"YYModel": [
28
29
]
30
}
31
}