Do I have to copy my dependencies from the Kit.podspec to a Podfile, or is there some other way I use the command line tool to get all the dependencies from the .podspec file?
Asked
Active
Viewed 426 times
1 Answers
0
If Kit
(assuming Kit.podspec
is for a pod named Kit
) is already in your Podfile
then its dependencies will be resolved by Cocoapods in any case.
If you're looking to get just the dependencies from Kit
you can use the podspec directive in your Podfile
.