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] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git]
/
Specs
/
5
/
b
/
6
/
HFTimer
/
0.1.0
/
HFTimer.podspec.json
blob
5c3bf7481622a184f6c1df1e3be97e90df0b2dc3
1
{
2
"name": "HFTimer",
3
"version": "0.1.0",
4
"summary": "自己做的一个可以自动销毁timer",
5
"homepage": "https://github.com/helfyz/HFTimer",
6
"license": "MIT",
7
"authors": {
8
"helfy": "562812743@qq.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/helfyz/HFTimer.git",
15
"tag": "0.1.0",
16
"submodules": true
17
},
18
"source_files": "HFTimer/*.{h,m}",
19
"public_header_files": "HFTimer/*.h",
20
"frameworks": [
21
"Foundation",
22
"CoreGraphics",
23
"UIKit"
24
],
25
"requires_arc": true
26
}