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