[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / d / DIMSDK / 0.4.4 / DIMSDK.podspec.json
blobe262f98849f865a672204c710ddced8132dba2fb
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   }