[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / c / b / a / OpenVesselSDK / 1.15.1 / OpenVesselSDK.podspec.json
blobd1e3950842a57fc9791d5b756c335ea3df059327
2   "name": "OpenVesselSDK",
3   "version": "1.15.1",
4   "summary": "This SDK enables connection with Vessel Wallet",
5   "homepage": "https://openvessel.io",
6   "license": "OpenVessel SDK EULA",
7   "authors": {
8     "OpenVessel": "support@openvessel.io"
9   },
10   "platforms": {
11     "ios": "13.0"
12   },
13   "module_name": "OpenVessel",
14   "swift_versions": "5.1",
15   "frameworks": [
16     "StoreKit",
17     "Combine",
18     "UIKit"
19   ],
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(inherited) arm64"
22   },
23   "source": {
24     "http": "https://artifacts.openvessel.io/pods/sdk/OpenVessel-1.15.1.xcframework.zip"
25   },
26   "vendored_frameworks": "Pod Binary/OpenVessel.xcframework",
27   "script_phases": {
28     "name": "Validate Project",
29     "script": "abort \"\\n\\nPlease ensure that you installed the `cocoapods-openvessel` plugin:\\n\\n1. Run the following command in Terminal: `sudo gem install cocoapods-openvessel`\\n2. Add the following line to the Podfile: `plugin 'cocoapods-openvessel'`\\n3. Install pods once again\\n\\n\" if not ENV[\"OVL_PATCHED\"]&.casecmp?(\"YES\")",
30     "shell_path": "/usr/bin/env ruby",
31     "execution_position": "before_compile"
32   },
33   "swift_version": "5.1"