[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / c / RaftInterface / 0.0.20.1 / RaftInterface.podspec.json
blob6d093475f85f77b4d13dd997a62bdfab950ec5a1
2   "name": "RaftInterface",
3   "version": "0.0.20.1",
4   "summary": "Raft Standardized Interface",
5   "description": "RaftInterface, provide standard interface. Make RAFT component easy to use.",
6   "homepage": "https://shiply.tds.qq.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "      Copyright (C) 2024 Tencent Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "jonaswu": "jonaswu@tencent.com",
13     "carlmli": "carlmli@tencent.com"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://e.coding.net/tencent-tds/shiply/RaftInterface-iOS.git",
21     "tag": "0.0.20.1"
22   },
23   "source_files": [
24     "*.{h,m}",
25     "Channel/*",
26     "Log/*",
27     "Report/*",
28     "KVStorage/*",
29     "Network/*",
30     "File/*",
31     "Thread/*"
32   ],
33   "exclude_files": "Exclude",
34   "pod_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "RaftInterfaceVERSION=0.0.20.1"
36   }