[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 4 / 2 / DashSharedCore / 0.3.5 / DashSharedCore.podspec.json
blob15146ff8a1e693ba4b8cb7b97fd474bb4890cef2
2   "name": "DashSharedCore",
3   "version": "0.3.5",
4   "summary": "Dash Core written in Rust",
5   "authors": "Dash",
6   "description": "Dash Core",
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.3.5"
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   }