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] RnpKit 1.2.5
[CocoaPods.git]
/
Specs
/
4
/
e
/
d
/
HTimer
/
1.0.0
/
HTimer.podspec.json
blob
7bc6796b549936ce2aeb73ef43b971769994bf53
1
{
2
"name": "HTimer",
3
"version": "1.0.0",
4
"summary": "解决定时器循环引用的问题;使用block回调",
5
"homepage": "https://github.com/vivihu/HTimer",
6
"license": "MIT",
7
"authors": {
8
"胡伟伟": "huweiwei1991@gmail.com"
9
},
10
"platforms": {
11
"ios": "5.0"
12
},
13
"source": {
14
"git": "https://github.com/vivihu/HTimer.git",
15
"tag": "1.0.0"
16
},
17
"source_files": "HTimer/**/*.{h,m}",
18
"requires_arc": true
19
}