[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / d / DIMSDK / 0.6.4 / DIMSDK.podspec.json
blob004be78784f3c5f3cc3da1a0e22bf4d8d1455bf8
2   "name": "DIMSDK",
3   "version": "0.6.4",
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.6.4"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,inc,m,mm,c,cpp}"
24   ],
25   "public_header_files": [
26     "Classes/*.h",
27     "Classes/mkm/*.h",
28     "Classes/dkd/*.h",
29     "Classes/cpu/*.h",
30     "Classes/plugins/*.h",
31     "Classes/plugins/crypto/*.h",
32     "Classes/plugins/data/*.h",
33     "Classes/plugins/mkm/*.h"
34   ],
35   "frameworks": "Security",
36   "dependencies": {
37     "DIMCore": [
38       "~> 0.6.4"
39     ],
40     "DaoKeDao": [
41       "~> 0.6.3"
42     ],
43     "MingKeMing": [
44       "~> 0.6.3"
45     ]
46   }