Skip to content

Commit 00e38ad

Browse files
committed
fixes podspec reference to source files
1 parent 972d55f commit 00e38ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interactable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, "7.0"
1515

1616
s.source = { :git => "https://github.com/wix/react-native-interactable.git" }
17-
s.source_files = "ios/Interactable/*.{h,m}"
17+
s.source_files = "lib/ios/Interactable/*.{h,m}"
1818

1919
s.dependency 'React'
2020
end

0 commit comments

Comments
 (0)