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] Harbor 3.0.0
[CocoaPods.git]
/
Specs
/
d
/
a
/
7
/
MXCCategory
/
0.0.6
/
MXCCategory.podspec.json
blob
f148d9b09b66d2391c75dce403e72c7842eabb55
1
{
2
"name": "MXCCategory",
3
"version": "0.0.6",
4
"summary": "test",
5
"description": "Category经过整理后常识使用pods来管理",
6
"homepage": "https://github.com/evafan2003/",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"hefei": "evafan2003@aliyun.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/evafan2003/CategoryRepertory.git",
19
"branch": "master",
20
"tag": "v0.0.6"
21
},
22
"source_files": [
23
"Category",
24
"Category/**/*.{h,m}"
25
],
26
"dependencies": {
27
"MBProgressHUD": [
28
"~> 1.1"
29
]
30
}
31
}