You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Swift dependencies declared in Podfile are declared as git repositories. Very often, these are GitHub repositories which we can leverage to tell us which license the package uses.
Example:
pod 'Touchy', :git => 'https://github.com/paweldudek/touchy.git'
The text was updated successfully, but these errors were encountered:
Some Swift dependencies declared in
Podfile
are declared as git repositories. Very often, these are GitHub repositories which we can leverage to tell us which license the package uses.Example:
The text was updated successfully, but these errors were encountered: