Skip to content

Commit

Permalink
Fix podspec for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Dec 5, 2023
1 parent 958a479 commit 542b58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JuiceboxSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = 'A Swift wrapper library for interfacing with the Juicebox service.'

s.homepage = 'https://github.com/juicebox-systems/juicebox-sdk'
s.source = { :git => '[email protected]:juicebox-systems/juicebox-sdk.git', :tag => "#{s.version}" }
s.source = { :git => '[email protected]:juicebox-systems/juicebox-sdk.git', :tag => "#{s.version}", :submodules => true }

s.swift_version = '5'
s.platform = :ios, '13'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
]

s.pod_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/swift/Sources/JuiceboxSdkFfi $(PODS_TARGET_SRCROOT)/artifacts/ffi/${CARGO_BUILD_TARGET}/include',
'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/swift/Sources/JuiceboxSdkFfi',
'SWIFT_INCLUDE_PATHS' => '$(HEADER_SEARCH_PATHS)',

'OTHER_LDFLAGS' => '$(PODS_TARGET_SRCROOT)/artifacts/ffi/$(CARGO_BUILD_TARGET)/libjuicebox_sdk_ffi.a',
Expand Down

0 comments on commit 542b58a

Please sign in to comment.