[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 1 / b / DIMCore / 0.6.5 / DIMCore.podspec.json
blob7664916f4b7d11a640b4b3bba0c52bb503255416
2   "name": "DIMCore",
3   "version": "0.6.5",
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.5"
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     "DaoKeDao": [
28       "~> 0.6.5"
29     ],
30     "MingKeMing": [
31       "~> 0.6.5"
32     ]
33   }