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 34e72d2 commit c94e58cCopy full SHA for c94e58c
react-native-branch-segment.podspec
@@ -1,5 +1,8 @@
1
require 'json'
2
3
+# Podspec specifically for use in hybrid apps with the Branch Segment integration.
4
+# Not for use in pure RN apps.
5
+
6
# expect package.json in current dir
7
package_json_filename = File.expand_path("./package.json", __dir__)
8
@@ -20,7 +23,7 @@ Pod::Spec.new do |s|
20
23
s.platform = :ios, "7.0"
21
24
s.source = { spec['repository']['type'].to_sym => spec['repository']['url'].sub(/^[a-z]+\+/, '') }
22
25
s.source_files = [ "ios/*.h", "ios/*.m"]
- s.header_dir = "react_native_branch"
26
+ s.header_dir = "react-native-branch"
27
s.dependency 'Branch'
28
s.dependency 'React' # to ensure the correct build order
29
end
0 commit comments