I have one curious beginner question. I have an react native project for ios and getting through the folders, but I don't understand what is folder Pods/Local Podspecs
for?
- What is it purpose?
- how it is created (is it generated or I have to do it)
I have one curious beginner question. I have an react native project for ios and getting through the folders, but I don't understand what is folder Pods/Local Podspecs
for?
A Podspec, or Spec, describes a version of a Pod library.
We can use a local path to a directory on your computer and write a Podspec in that directory and use CocoaPods. This is called local podsec.