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] DoordeckSDK 0.42.0
[CocoaPods.git]
/
Specs
/
9
/
c
/
d
/
DIMSDK
/
0.4.4
/
DIMSDK.podspec.json
blob
e262f98849f865a672204c710ddced8132dba2fb
1
{
2
"name": "DIMSDK",
3
"version": "0.4.4",
4
"summary": "Decentralized Instant Messaging (Objective-C SDK)",
5
"homepage": "https://github.com/dimchat",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"DIM": "john.chen@infothinker.com"
12
},
13
"source": {
14
"git": "https://github.com/dimchat/sdk-objc.git",
15
"tag": "0.4.4"
16
},
17
"platforms": {
18
"ios": "11.0"
19
},
20
"source_files": "Classes/**/*",
21
"dependencies": {
22
"DIMCore": [
23
"~> 0.4.0"
24
]
25
}
26
}