45 lines
1.5 KiB
C
45 lines
1.5 KiB
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.
|
|
|
|
|
|
// FBSnapshotTestCase
|
|
#define COCOAPODS_POD_AVAILABLE_FBSnapshotTestCase
|
|
#define COCOAPODS_VERSION_MAJOR_FBSnapshotTestCase 2
|
|
#define COCOAPODS_VERSION_MINOR_FBSnapshotTestCase 0
|
|
#define COCOAPODS_VERSION_PATCH_FBSnapshotTestCase 2
|
|
|
|
// FBSnapshotTestCase/Core
|
|
#define COCOAPODS_POD_AVAILABLE_FBSnapshotTestCase_Core
|
|
#define COCOAPODS_VERSION_MAJOR_FBSnapshotTestCase_Core 2
|
|
#define COCOAPODS_VERSION_MINOR_FBSnapshotTestCase_Core 0
|
|
#define COCOAPODS_VERSION_PATCH_FBSnapshotTestCase_Core 2
|
|
|
|
// FBSnapshotTestCase/SwiftSupport
|
|
#define COCOAPODS_POD_AVAILABLE_FBSnapshotTestCase_SwiftSupport
|
|
#define COCOAPODS_VERSION_MAJOR_FBSnapshotTestCase_SwiftSupport 2
|
|
#define COCOAPODS_VERSION_MINOR_FBSnapshotTestCase_SwiftSupport 0
|
|
#define COCOAPODS_VERSION_PATCH_FBSnapshotTestCase_SwiftSupport 2
|
|
|
|
// 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
|
|
|