[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / 4 / 2 / DashSharedCore / 0.2.6 / DashSharedCore.podspec.json
blob98e7e9de0caa7af1acd6ba3c23a496eb871e272c
2   "name": "DashSharedCore",
3   "version": "0.2.6",
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     "tag": "0.2.6"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15"
19   },
20   "source_files": "DashSharedCore/include/**/*.h",
21   "prepare_command": "./build_macos_pod.sh\n./build_ios_pod.sh",
22   "ios": {
23     "vendored_frameworks": "DashSharedCore/framework/DashSharedCore.xcframework"
24   },
25   "osx": {
26     "vendored_libraries": "DashSharedCore/lib/macos/**/*.a"
27   }