Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 85f5626

Browse files
committed
Update DrawKit.podspec
1 parent 1967606 commit 85f5626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DrawKit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ Pod::Spec.new do |s|
2727
s.public_header_files = "DKDrawKit.framework/Headers/*.h"
2828
s.preserve_paths = "DKDrawKit.framework"
2929
s.vendored_frameworks = "DKDrawKit.framework"
30+
s.resource = "DKDrawKit.framework"
3031

3132
s.frameworks = "Cocoa", "QuartzCore"
3233
s.requires_arc = false
33-
s.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$\"(PODS_ROOT)/DrawKit/**\"" }
34+
s.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$\"(PODS_ROOT)/DrawKit/**\"", "LD_RUNPATH_SEARCH_PATHS" => "@loader_path/../Frameworks" }
3435

3536
end

0 commit comments

Comments
 (0)