cocoaPodsCache property

String? get cocoaPodsCache

Implementation

String? get cocoaPodsCache {
  final home = homeDirectory;
  return home == null ? null : p.join(home, 'Library', 'Caches', 'CocoaPods');
}