Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 19a3e26

Browse files
committed
Update podspec with new correct swift file paths
1 parent cf9e7c8 commit 19a3e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.Library.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Pod::Spec.new do |spec|
2525
spec.tvos.deployment_target = '9.0'
2626

2727
spec.module_name = "Rswift"
28-
spec.source_files = "R.swift Library/Rswift/**/*.swift"
28+
spec.source_files = "Library/**/*.swift"
2929

3030
end

0 commit comments

Comments
 (0)