Skip to content

Instantly share code, notes, and snippets.

View yahmad's full-sized avatar

Yasir Ahmad yahmad

View GitHub Profile

Keybase proof

I hereby claim:

  • I am yahmad on github.
  • I am yasir (https://keybase.io/yasir) on keybase.
  • I have a public key ASAPQWWrwGBqaIex-UTw9kmdPYO3I7sFM7wS_t0jImPHrAo

To claim this, I am signing this object:

@yahmad
yahmad / Podfile
Created August 1, 2017 16:59
Example of a Podfile resulting in errors due to classes implemented in multiple targets (https://github.com/CocoaPods/CocoaPods/issues/6918)
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'EarthCore' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for EarthCore
pod 'Firebase', '~> 4.0', :subspecs => ['Core', 'Database', 'Messaging', 'Auth', 'Storage', 'Performance']