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
/
8
/
RFgcdTimer
/
2.0
/
RFgcdTimer.podspec.json
blob
1e4994123c5f8acd686960fc7a5bad03213f045f
1
{
2
"name": "RFgcdTimer",
3
"version": "2.0",
4
"summary": "一个基于GCD封装的Timer工具,能够实现循环调用时间",
5
"homepage": "https://github.com/Jissbon/PRFGCDTimer",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"PRFcode": "462316190@qq.com"
12
},
13
"platforms": {
14
"ios": "9.0"
15
},
16
"source": {
17
"git": "https://github.com/Jissbon/PRFGCDTimer.git",
18
"tag": "2.0"
19
},
20
"source_files": [
21
"RFGCDTimer",
22
"PRFGCDTimer/RFGCDTimer/*.{h,m}"
23
]
24
}