Skip to content

Commit

Permalink
Merge pull request prscX#18 from aurimas535/patch-1
Browse files Browse the repository at this point in the history
podspec add missing directory separator
  • Loading branch information
prscX committed Oct 23, 2018
2 parents 316b95c + ad2975d commit 2e1c730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNPhotoEditor.podspec
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 = "RNPhotoEditor"
Expand All @@ -22,4 +22,4 @@ Pod::Spec.new do |s|
s.dependency "React"
#s.dependency "others"

end
end

0 comments on commit 2e1c730

Please sign in to comment.