[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / d / 7 / DIMClient / 0.3.0 / DIMClient.podspec.json
blob9e8e0bac8bf3e1ea7a0d94ad2fef46c2cb572353
2   "name": "DIMClient",
3   "version": "0.3.0",
4   "summary": "DIMPLES",
5   "description": "DIMP Libraries for Easy Startup",
6   "homepage": "https://github.com/dimchat/demo-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/demo-objc.git",
16     "tag": "0.3.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     "DIMSDK": [
28       "~> 0.7.1"
29     ],
30     "DIMPlugins": [
31       "~> 0.7.1"
32     ],
33     "DIMCore": [
34       "~> 0.7.1"
35     ],
36     "DaoKeDao": [
37       "~> 0.7.1"
38     ],
39     "MingKeMing": [
40       "~> 0.7.1"
41     ],
42     "StarTrek": [
43       "~> 0.1.2"
44     ],
45     "FiniteStateMachine": [
46       "~> 2.3.2"
47     ],
48     "ObjectKey": [
49       "~> 0.1.3"
50     ]
51   }