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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
b
/
1
/
2
/
HJCategories
/
0.0.2
/
HJCategories.podspec.json
blob
69bf62e73a2e3bc1b444d88fc524002149ff9219
1
{
2
"name": "HJCategories",
3
"version": "0.0.2",
4
"summary": "常用分类",
5
"homepage": "https://github.com/shusheng732/HJCategories",
6
"license": "MIT",
7
"authors": {
8
"Vimin": "shusheng732@163.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/shusheng732/HJCategories.git",
15
"tag": "0.0.2"
16
},
17
"source_files": [
18
"HJCategories",
19
"HJCategories/*.{h}",
20
"HJCategories/**/*.{h,m}"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"MJRefresh": [
25
"~> 3.1.12"
26
]
27
}
28
}