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] ZJSDK 2.5.8.12
[CocoaPods.git]
/
Specs
/
3
/
e
/
2
/
UBWeakTimer
/
1.0.0
/
UBWeakTimer.podspec.json
blob
d264e0c5c778a81a94fc8c5a0b6e425261ac739f
1
{
2
"name": "UBWeakTimer",
3
"version": "1.0.0",
4
"summary": "弱引用timer",
5
"description": "弱引用timer 和系统使用方法一致,只不过在controller里不用关心是否释放",
6
"homepage": "https://github.com/Crazysiri/UBWeakTimer.git",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"James": "511121933@qq,com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/Crazysiri/UBWeakTimer.git",
19
"tag": "1.0.0"
20
},
21
"source_files": "*.{h,m}"
22
}