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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
1
/
5
/
2
/
HDModule
/
1.0.0
/
HDModule.podspec.json
blob
86f190f56a356fadfa8093185480073b5f27e6e4
1
{
2
"name": "HDModule",
3
"version": "1.0.0",
4
"license": "MIT",
5
"summary": "iOS组件化",
6
"homepage": "https://github.com/zhangdadi/HDModuleDemo",
7
"authors": {
8
"zhangdadi": "z_dadi@163.com"
9
},
10
"source": {
11
"git": "https://github.com/zhangdadi/HDModuleDemo.git",
12
"tag": "1.0.0"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"frameworks": "UIKit",
18
"requires_arc": true,
19
"subspecs": [
20
{
21
"name": "HDCore",
22
"source_files": "HDModule/HDCore",
23
"dependencies": {
24
"LKDBHelper": [
25
26
],
27
"MBProgressHUD": [
28
29
]
30
}
31
}
32
]
33
}