blob: e262f98849f865a672204c710ddced8132dba2fb [file] [log] [blame]
{
"name": "DIMSDK",
"version": "0.4.4",
"summary": "Decentralized Instant Messaging (Objective-C SDK)",
"homepage": "https://github.com/dimchat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DIM": "john.chen@infothinker.com"
},
"source": {
"git": "https://github.com/dimchat/sdk-objc.git",
"tag": "0.4.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Classes/**/*",
"dependencies": {
"DIMCore": [
"~> 0.4.0"
]
}
}