[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / 4 / 2 / DashSharedCore / 0.1.0 / DashSharedCore.podspec.json
blob30c519b0b6c52ca3c2e1e9248bf82602a55e0c76
2   "name": "DashSharedCore",
3   "version": "0.1.0",
4   "summary": "Dash Core written in Rust",
5   "authors": "Dash",
6   "description": "Dash Core",
7   "homepage": "https://github.com/dashevo/dash-shared-core",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/dashevo/dash-shared-core.git",
14     "branch": "main"
15   },
16   "platforms": {
17     "ios": "13.0"
18   },
19   "source_files": "DashSharedCore/include/**/*.h",
20   "prepare_command": "./build_macos_pod.sh\n./build_ios_pod.sh",
21   "ios": {
22     "vendored_frameworks": "DashSharedCore/framework/DashSharedCore.xcframework"
23   },
24   "osx": {
25     "vendored_libraries": "DashSharedCore/lib/macos/**/*.a"
26   }