[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / 4 / 2 / DashSharedCore / 0.4.13 / DashSharedCore.podspec.json
blobd9e23f8f2eab731eb57a3e87756732703f01b6f4
2   "name": "DashSharedCore",
3   "version": "0.4.13",
4   "summary": "Dash Core SPV written in Rust",
5   "authors": "Dash",
6   "description": "C-bindings for Dash Core SPV that can be used in projects for Apple platform",
7   "homepage": "https://github.com/dashpay/dash-shared-core",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/dashpay/dash-shared-core.git",
14     "tag": "0.4.13"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15"
19   },
20   "prepare_command": "cd dash-spv-apple-bindings\n./build.sh",
21   "source_files": "dash-spv-apple-bindings/DashSharedCore/include/**/*.h",
22   "ios": {
23     "vendored_frameworks": "dash-spv-apple-bindings/DashSharedCore/framework/DashSharedCore.xcframework"
24   },
25   "osx": {
26     "vendored_libraries": "dash-spv-apple-bindings/DashSharedCore/lib/macos/**/*.a"
27   }