chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

Invalid single quote in podspec #27

Closed Aidurber closed 6 years ago

Aidurber commented 6 years ago

When running pod install it fails with the following:

[!] Failed to load 'react-native-directed-scrollview' podspec: 
[!] Invalid `react-native-directed-scrollview.podspec` file: syntax error, unexpected tCONSTANT, expecting keyword_end
  s.dependency 'React'
                     ^
/Users/andrewdurber/code/testapp/node_modules/react-native-directed-scrollview/react-native-directed-scrollview.podspec:21: unterminated string meets end of file
/Users/andrewdurber/code/testapp/node_modules/react-native-directed-scrollview/react-native-directed-scrollview.podspec:21: syntax error, unexpected end-of-input, expecting keyword_end.

Which was caused by the single quote being: instead of '

Already got a PR setup and ready to go #26

chrisfisher commented 6 years ago

Good catch! Merged #26

Aidurber commented 6 years ago

@chrisfisher Still occurring with a fresh install and re-link.

I think the package.json needs bumping and a new publish needs doing. :smile:

chrisfisher commented 6 years ago

Oops! Done now.