Commit d1bf9b5
authored
Fix Podfile
Podfile wrongly referenced `package` instead of `package_json`, so Cocoa Pods fails with an error:
```
Invalid `react-native-simple-crypto.podspec` file: undefined local variable or method `package' for Pod:Module
```
This fixes the problem. It works beautifully otherwise, even in RN 0.60.x.
Thanks!1 parent 97b51c2 commit d1bf9b5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments