Skip to content

Commit c94e58c

Browse files
committed
Corrected header_dir
1 parent 34e72d2 commit c94e58c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

react-native-branch-segment.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
require 'json'
22

3+
# Podspec specifically for use in hybrid apps with the Branch Segment integration.
4+
# Not for use in pure RN apps.
5+
36
# expect package.json in current dir
47
package_json_filename = File.expand_path("./package.json", __dir__)
58

@@ -20,7 +23,7 @@ Pod::Spec.new do |s|
2023
s.platform = :ios, "7.0"
2124
s.source = { spec['repository']['type'].to_sym => spec['repository']['url'].sub(/^[a-z]+\+/, '') }
2225
s.source_files = [ "ios/*.h", "ios/*.m"]
23-
s.header_dir = "react_native_branch"
26+
s.header_dir = "react-native-branch"
2427
s.dependency 'Branch'
2528
s.dependency 'React' # to ensure the correct build order
2629
end

0 commit comments

Comments
 (0)