frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

Create Podspec in root of library directory and use package.json for Spec details #56

Closed maicki closed 6 years ago

maicki commented 6 years ago

Podspecs are usually placed at the root of the project. Therefore this PR will move it to the root of the library directory. Furthermore we use the package.json for details and update the path to actually include the library files.