[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 9 / c / d / DIMSDK / 0.6.5 / DIMSDK.podspec.json
blob8ddc100a273a80caa3a3903d208a7d4c120bd97f
2   "name": "DIMSDK",
3   "version": "0.6.5",
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.5"
17   },
18   "platforms": {
19     "ios": "11.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.5"
39     ],
40     "DaoKeDao": [
41       "~> 0.6.5"
42     ],
43     "MingKeMing": [
44       "~> 0.6.5"
45     ]
46   }