We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0379785 commit bb29491Copy full SHA for bb29491
ReactNativeUiLib.podspec
@@ -1,6 +1,6 @@
1
require 'json'
2
3
-package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
+package = JSON.parse(File.read(File.join(__dir__, 'lib/package.json')))
4
5
Pod::Spec.new do |s|
6
s.name = "ReactNativeUiLib"
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
s.module_name = 'ReactNativeUiLib'
16
17
s.source = { :git => "https://github.com/wix/react-native-ui-lib.git", :tag => "#{s.version}" }
18
- s.source_files = "ios/**/*.{h,m}"
+ s.source_files = "lib/ios/**/*.{h,m}"
19
20
s.dependency 'React'
21
s.frameworks = 'UIKit'
0 commit comments