Search code examples
iosiphonecocoa-touchcocoapodspodspec

Can we create a Pod which in turn uses many pods?


I am going to build a pod which will be using multiple pods with in it, Can we achieve this? what are the things I should keep in mind while building this?


Solution

  • You can build separate pods and then build one metapod, that depends on the others.