mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-23 11:46:35 +08:00
21 lines
683 B
C
21 lines
683 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.
|
|
|
|
|
|
// REFormattedNumberField
|
|
#define COCOAPODS_POD_AVAILABLE_REFormattedNumberField
|
|
#define COCOAPODS_VERSION_MAJOR_REFormattedNumberField 1
|
|
#define COCOAPODS_VERSION_MINOR_REFormattedNumberField 1
|
|
#define COCOAPODS_VERSION_PATCH_REFormattedNumberField 1
|
|
|
|
// REValidation
|
|
#define COCOAPODS_POD_AVAILABLE_REValidation
|
|
#define COCOAPODS_VERSION_MAJOR_REValidation 0
|
|
#define COCOAPODS_VERSION_MINOR_REValidation 1
|
|
#define COCOAPODS_VERSION_PATCH_REValidation 4
|
|
|