Ad
How Does Google Achieve Pod Namespacing?
Firebase pods are namespaced with the prefix pod Firebase/[module-name]
.
How can I build a set of Pods using a similar naming convention?
Ad
Answer
The Firebase pods (FirebaseFoo) are each dependencies of a similarly named subspec (Foo) in the Firebase
pod. See the CocoaPods docs on subspecs and the Firebase podspec for the details.
Ad
source: stackoverflow.com
Related Questions
- → Using Safari Web Inspector on Xcode's IOS simulator to view cookies
- → React Native Debug iOS Component in XCode
- → Error tokenizing data. C error: EOF following escape character
- → My xcode is showing two branches open at same time in source control
- → Build React Native project after pulling from GitHub
- → Can't import dependency installed with Cocoapods
- → Adding GooglePlayGames API to Xcode results in multiple architecture i386 errors
- → Could not find Developer Disk Image - Xcode 7.2 & iOS 9.2
- → Binary operator '&' cannot be applied to operands of type 'SCNetworkReachabilityFlags' and 'Int'
- → XCode Scene Editor or Coding for SpriteKit Games
- → How to resolve "error: Failed to read Info.plist of app (Couldn't load Info dictionary for DVTFilePath)"
- → iOS9 and initWithPattern with iPad Pro causing repeating background
- → when I create a ViewController, "also create a xib" can't be seleted
Ad