Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: podspec file indentation (#530)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary <!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? --> After #358 identation become shifted which makes code hard to read and could lead to bugs. For example I was placing package dependencies inside `if/else` block, right after `s.dependency "React-Core"` see | before | after | |--------|--------| | <img width="1624" alt="image" src="https://github.com/callstack/react-native-builder-bob/assets/1577804/65a6b479-3e76-4170-b874-b5635b6a5401"> | <img width="1624" alt="image" src="https://github.com/callstack/react-native-builder-bob/assets/1577804/5e3862e7-e6d9-48da-9efd-5c3e5f611749"> | ### Test plan <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. --> Purely aesthetic changes, so nothing to break
- Loading branch information