adding pods method of package managing
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#else
|
||||
#ifndef FOUNDATION_EXPORT
|
||||
#if defined(__cplusplus)
|
||||
#define FOUNDATION_EXPORT extern "C"
|
||||
#else
|
||||
#define FOUNDATION_EXPORT extern
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#import "FIRApp.h"
|
||||
#import "FIRConfiguration.h"
|
||||
#import "FirebaseCore.h"
|
||||
#import "FIRLoggerLevel.h"
|
||||
#import "FIROptions.h"
|
||||
#import "FIRVersion.h"
|
||||
|
||||
FOUNDATION_EXPORT double FirebaseCoreVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char FirebaseCoreVersionString[];
|
||||
|
||||
Reference in New Issue
Block a user