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] IPDSDK 2.0.1.0
[CocoaPods.git]
/
Specs
/
9
/
4
/
6
/
HJUIKit
/
0.0.2
/
HJUIKit.podspec.json
blob
8c3e2aee8fb67d991af648769e98bbeaa100ac7c
1
{
2
"name": "HJUIKit",
3
"version": "0.0.2",
4
"summary": "HJUIKit是一个自己平时开发封装、所用到的一些轮子的记录,慢慢往里面添加一些平时用到的东西",
5
"homepage": "https://github.com/christhoper/HJUIKit",
6
"license": "MIT",
7
"authors": {
8
"hend": "309875551@qq.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/christhoper/HJUIKit.git",
15
"tag": "0.0.2"
16
},
17
"source_files": [
18
"BaseKit",
19
"BaseKit/**/*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"Masonry": [
24
25
],
26
"MJExtension": [
27
28
],
29
"MBProgressHUD": [
30
31
],
32
"ReactiveObjC": [
33
34
],
35
"MJRefresh": [
36
37
]
38
}
39
}