Skip to content

Commit

Permalink
Get Cocoa pods to work with standard project Structure (#3)
Browse files Browse the repository at this point in the history
* Update README.md

* Update RNStoreReview.podspec
  • Loading branch information
anback authored and oblador committed Apr 1, 2017
1 parent 38a27a6 commit cb4754d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This module exposes the native iOS APIs to ask the user to rate the app in the i
Add the following to your `Podfile` and run `pod install`:

```ruby
pod 'RNStoreReview', :path => 'node_modules/react-native-store-review/ios'
pod 'RNStoreReview', :path => '../node_modules/react-native-store-review/ios'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion ios/RNStoreReview.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "json"
version = JSON.parse(File.read("package.json"))["version"]
version = JSON.parse(File.read("../package.json"))["version"]

Pod::Spec.new do |s|
s.name = "RNStoreReview"
Expand Down

0 comments on commit cb4754d

Please sign in to comment.