27 lines
781 B
C
27 lines
781 B
C
|
|
// To check if a library is compiled with CocoaPods you
|
|
// can use the `COCOAPODS` macro definition which is
|
|
// defined in the xcconfigs so it is available in
|
|
// headers also when they are imported in the client
|
|
// project.
|
|
|
|
|
|
// PureLayout
|
|
#define COCOAPODS_POD_AVAILABLE_PureLayout
|
|
#define COCOAPODS_VERSION_MAJOR_PureLayout 2
|
|
#define COCOAPODS_VERSION_MINOR_PureLayout 0
|
|
#define COCOAPODS_VERSION_PATCH_PureLayout 6
|
|
|
|
// TabBarPicker
|
|
#define COCOAPODS_POD_AVAILABLE_TabBarPicker
|
|
#define COCOAPODS_VERSION_MAJOR_TabBarPicker 0
|
|
#define COCOAPODS_VERSION_MINOR_TabBarPicker 1
|
|
#define COCOAPODS_VERSION_PATCH_TabBarPicker 0
|
|
|
|
// pop
|
|
#define COCOAPODS_POD_AVAILABLE_pop
|
|
#define COCOAPODS_VERSION_MAJOR_pop 1
|
|
#define COCOAPODS_VERSION_MINOR_pop 0
|
|
#define COCOAPODS_VERSION_PATCH_pop 7
|
|
|