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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
a
/
b
/
f
/
HotFix
/
1.0.0
/
HotFix.podspec.json
blob
74aaf0ca4798d766f9f735458a4c3211db74909b
1
{
2
"name": "HotFix",
3
"version": "1.0.0",
4
"summary": "HotFix轻量级的热修复框架,可以替换JSPatch并且上架App Store.",
5
"homepage": "https://github.com/Insfgg99x/HotFix",
6
"license": "MIT",
7
"authors": {
8
"CGPointZero": "newbox0512@yahoo.com"
9
},
10
"source": {
11
"git": "https://github.com/Insfgg99x/HotFix.git",
12
"tag": "1.0"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source_files": "HotFix/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"Aspects": [
21
22
]
23
}
24
}