Skip to content

Commit 10ee736

Browse files
committed
update podspec
1 parent 6bf8210 commit 10ee736

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AssociatedObject.podspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ Pod::Spec.new do |s|
2121

2222
s.prepare_command = 'swift build -c release && cp -f .build/release/AssociatedObjectPlugin ./Binary'
2323

24-
s.source_files = "Sources/AssociatedObject/AssociatedObject.swift", 'Sources/AssociatedObjectC/**/*.{c,h,m,swift}'
24+
s.source_files = "Sources/AssociatedObject/**/*.{c,h,m,swift}", 'Sources/AssociatedObjectC/**/*.{c,h,m,swift}'
2525
s.swift_versions = "5.9"
2626

27+
# CocoaPods do not support Linux
28+
# s.dependency "ObjectAssociation", "0.5.0"
29+
2730
s.preserve_paths = ["Binary/AssociatedObjectPlugin"]
2831
s.pod_target_xcconfig = {
2932
'OTHER_SWIFT_FLAGS' => [

0 commit comments

Comments
 (0)