nodejs-mobile / nodejs-mobile-react-native

Node.js for Mobile Apps React Native plugin
https://nodejs-mobile.github.io
MIT License
174 stars 42 forks source link

bug in podspec file #25

Closed jlepp closed 2 years ago

jlepp commented 2 years ago

Line 10 of nodejs-mobile-react-native.podspec should have the version string in double quotes instead of single quotes. This will allow the version string to be interpolated properly.

e.g. "v#{s.version}"