[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / d / 1 / b / DIMCore / 0.6.0 / DIMCore.podspec.json
blobb411155e23ecba2c5110bcb14917372248672aa2
2   "name": "DIMCore",
3   "version": "0.6.0",
4   "summary": "Decentralized Instant Messaging Protocol",
5   "description": "Decentralized Instant Messaging Protocol (Objective-C)",
6   "homepage": "https://github.com/dimchat/core-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/core-objc.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/**/*.h",
26   "dependencies": {
27     "DaoKeDao": [
28       "~> 0.6.2"
29     ],
30     "MingKeMing": [
31       "~> 0.6.1"
32     ]
33   }