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] TrinityAudioSDK 3.2.118
[CocoaPods.git]
/
Specs
/
1
/
a
/
9
/
CKDKeyValueManager
/
0.0.1
/
CKDKeyValueManager.podspec.json
blob
dedbfec6df570a28b989db16ce9c5a7048fcf2c3
1
{
2
"name": "CKDKeyValueManager",
3
"version": "0.0.1",
4
"summary": "MMKV封装",
5
"homepage": "https://gitee.com/JmoVxia/CKDKeyValueManager",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"JmoVxia": "JmoVxia@gmail.com"
12
},
13
"platforms": {
14
"ios": "11.0"
15
},
16
"source": {
17
"git": "https://gitee.com/JmoVxia/CKDKeyValueManager.git",
18
"tag": "0.0.1"
19
},
20
"requires_arc": true,
21
"swift_versions": [
22
"5.0"
23
],
24
"source_files": [
25
"CKDKeyValueManager/**/*"
26
],
27
"dependencies": {
28
"MMKV": [
29
30
]
31
},
32
"swift_version": "5.0"
33
}