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] AlibabacloudMse20190531 6.13.0
[CocoaPods.git]
/
Specs
/
5
/
3
/
4
/
MMWeakTimer
/
0.0.1
/
MMWeakTimer.podspec.json
blob
85bd3da8834a8ff7fb172746fa359012bebdbd22
1
{
2
"name": "MMWeakTimer",
3
"summary": "A weakTimer for iOS.",
4
"version": "0.0.1",
5
"license": {
6
"type": "MIT",
7
"file": "LICENSE"
8
},
9
"authors": {
10
"MMMille": "xuemingluan@gmail.com"
11
},
12
"homepage": "https://github.com/MMMille/MMWeakTimer",
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/MMMille/MMWeakTimer.git",
18
"tag": "0.0.1"
19
},
20
"requires_arc": true,
21
"source_files": "MMWeakTimer/**/*.{h,m}",
22
"libraries": [
23
"z",
24
"sqlite3"
25
],
26
"frameworks": [
27
"UIKit",
28
"CoreFoundation"
29
]
30
}