[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / 7 / f / c / RaftInterface / 0.0.18 / RaftInterface.podspec.json
blob32230d428e4f89412a332ee803a24bdb8877dc78
2   "name": "RaftInterface",
3   "version": "0.0.18",
4   "summary": "Raft Standardized Interface",
5   "description": "RaftInterface, provide standard interface. Make RAFT component easy to use.",
6   "homepage": "https://docs.qq.com/doc/DQ1VrWUt0QmRab2dV",
7   "license": "MIT",
8   "authors": {
9     "RAFT stuff": "raft@tencent.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://git.woa.com/raft/RaftInterface-iOS.git",
17     "tag": "0.0.18"
18   },
19   "source_files": [
20     "*.{h,m}",
21     "Channel/*",
22     "Log/*",
23     "Report/*",
24     "KVStorage/*",
25     "Network/*",
26     "File/*",
27     "Thread/*"
28   ],
29   "exclude_files": "Exclude",
30   "pod_target_xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "RaftInterfaceVERSION=0.0.18"
32   }