[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / 2 / JuiceboxSdk / 0.3.2 / JuiceboxSdk.podspec.json
blob4d73655b6d696bb22e74fa16e23eaa54a74a65d5
2   "name": "JuiceboxSdk",
3   "license": "MIT",
4   "authors": {
5     "Nora Trapp": "nora@juicebox.me"
6   },
7   "version": "0.3.2",
8   "summary": "A Swift wrapper library for interfacing with the Juicebox service.",
9   "homepage": "https://github.com/juicebox-systems/juicebox-sdk",
10   "source": {
11     "git": "https://github.com/juicebox-systems/juicebox-sdk.git",
12     "tag": "0.3.2",
13     "submodules": true
14   },
15   "swift_versions": "5",
16   "platforms": {
17     "ios": "13"
18   },
19   "source_files": [
20     "swift/Sources/**/*.swift"
21   ],
22   "preserve_paths": [
23     "artifacts/ffi",
24     "swift/Sources/JuiceboxSdkFfi"
25   ],
26   "pod_target_xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/swift/Sources/JuiceboxSdkFfi",
28     "SWIFT_INCLUDE_PATHS": "$(HEADER_SEARCH_PATHS)",
29     "OTHER_LDFLAGS": "$(PODS_TARGET_SRCROOT)/artifacts/ffi/$(CARGO_BUILD_TARGET)/libjuicebox_sdk_ffi.a",
30     "CARGO_BUILD_TARGET[sdk=iphonesimulator*][arch=arm64]": "aarch64-apple-ios-sim",
31     "CARGO_BUILD_TARGET[sdk=iphonesimulator*][arch=*]": "x86_64-apple-ios",
32     "CARGO_BUILD_TARGET[sdk=iphoneos*]": "aarch64-apple-ios",
33     "ARCHS[sdk=iphonesimulator*]": "x86_64 arm64",
34     "ARCHS[sdk=iphoneos*]": "arm64"
35   },
36   "swift_version": "5"