[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / d / DIMSDK / 0.7.2 / DIMSDK.podspec.json
blobef6f35a8eb8f8acc4eea0c530056ed2e4ba9aec7
2   "name": "DIMSDK",
3   "version": "0.7.2",
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.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/**/*.h",
26   "dependencies": {
27     "DIMCore": [
28       "~> 0.7.2"
29     ],
30     "DaoKeDao": [
31       "~> 0.7.2"
32     ],
33     "MingKeMing": [
34       "~> 0.7.2"
35     ]
36   }