Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erjanmx committed Oct 9, 2018
1 parent 4c7b467 commit 2fc2ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pod spec lint library/ios/MY_LIBRARY.podspec

*Note: This command will probably show a note to warn you about the fact that the framework file doesn't include a file for the i386 architecture. This architecture is only used for the 32-bit iOS simulator, all other architectures should work fine.*

If everyting else looks ok, push your library to your private spec repository via:
If everything else looks ok, push your library to your private spec repository via:

```
pod repo push [repo] library/ios/MY_LIBRARY.podspec
Expand Down

0 comments on commit 2fc2ef9

Please sign in to comment.