Skip to content

Commit

Permalink
Merge pull request #2 from cvent/HUB-89609
Browse files Browse the repository at this point in the history
HUB-89609: Update podspec
  • Loading branch information
hankwz authored Mar 15, 2023
2 parents dc60942 + 3ceecaa commit ebf3c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, '../package.json')))
package = JSON.parse(File.read(File.join(__dir__, './package.json')))

Pod::Spec.new do |s|
s.name = "react-native-custom-tabs"
Expand Down

0 comments on commit ebf3c94

Please sign in to comment.