[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / d / DIMSDK / 0.7.0 / DIMSDK.podspec.json
blob3f95f794172ae8df6b295056f63c6f635af9aec3
2   "name": "DIMSDK",
3   "version": "0.7.0",
4   "summary": "Decentralized Instant Messaging",
5   "description": "Decentralized Instant Messaging (Objective-C SDK)",
6   "homepage": "https://github.com/dimchat/sdk-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Albert Moky": "albert.moky@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dimchat/sdk-objc.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": [
26     "Classes/*.h",
27     "Classes/mkm/*.h",
28     "Classes/dkd/*.h",
29     "Classes/cpu/*.h"
30   ],
31   "dependencies": {
32     "DIMCore": [
33       "~> 0.6.5"
34     ],
35     "DaoKeDao": [
36       "~> 0.6.5"
37     ],
38     "MingKeMing": [
39       "~> 0.6.5"
40     ]
41   }