Skip to content

Commit 8dc6409

Browse files
committed
ios: fix podspec detection for rn 0.69+
1 parent 2001070 commit 8dc6409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNBatchPush.podspec renamed to RNBatchPush.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Pod::Spec.new do |s|
33
s.version = "1.0.0"
44
s.summary = "Batch.com React-Native Plugin"
55
s.homepage = "https://github.com/BatchLabs/Batch-React-Native-Plugin"
6-
s.license = { :type => "MIT", :file => "../LICENSE" }
6+
s.license = { :type => "MIT", :file => "./LICENSE" }
77
s.authors = {
88
"Batch.com" => "[email protected]"
99
}
1010
s.platform = :ios, "10.0"
1111
s.source = { :git => "[email protected]:BatchLabs/Batch-React-Native-Plugin.git", :tag => "master" }
12-
s.source_files = "*.{h,m}"
12+
s.source_files = "ios/*.{h,m}"
1313
s.requires_arc = true
1414

1515
s.dependency "React"

0 commit comments

Comments
 (0)