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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
d
/
1
/
b
/
DIMCore
/
0.4.0
/
DIMCore.podspec.json
blob
ac3a7280a9854a21d51b3f0923ccb288183fbb7a
1
{
2
"name": "DIMCore",
3
"version": "0.4.0",
4
"summary": "Decentralized Instant Messaging Protocol (Objective-C)",
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/core-objc.git",
15
"tag": "0.4.0"
16
},
17
"platforms": {
18
"ios": "11.0"
19
},
20
"source_files": "Classes/**/*",
21
"dependencies": {
22
"DaoKeDao": [
23
"~> 0.4.4"
24
],
25
"MingKeMing": [
26
"~> 0.4.4"
27
]
28
}
29
}