Skip to content

Commit bb29491

Browse files
authored
podspec should point to lib (#2438)
1 parent 0379785 commit bb29491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactNativeUiLib.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'json'
22

3-
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
3+
package = JSON.parse(File.read(File.join(__dir__, 'lib/package.json')))
44

55
Pod::Spec.new do |s|
66
s.name = "ReactNativeUiLib"
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.module_name = 'ReactNativeUiLib'
1616

1717
s.source = { :git => "https://github.com/wix/react-native-ui-lib.git", :tag => "#{s.version}" }
18-
s.source_files = "ios/**/*.{h,m}"
18+
s.source_files = "lib/ios/**/*.{h,m}"
1919

2020
s.dependency 'React'
2121
s.frameworks = 'UIKit'

0 commit comments

Comments
 (0)