Sha256: 22954a7a4bc190cfe650628077016e9d9b7f0dbc1729a89780c5622dd0feaff0
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
// 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. // Expecta #define COCOAPODS_POD_AVAILABLE_Expecta #define COCOAPODS_VERSION_MAJOR_Expecta 0 #define COCOAPODS_VERSION_MINOR_Expecta 3 #define COCOAPODS_VERSION_PATCH_Expecta 1 // Expecta+Snapshots #define COCOAPODS_POD_AVAILABLE_Expecta_Snapshots #define COCOAPODS_VERSION_MAJOR_Expecta_Snapshots 1 #define COCOAPODS_VERSION_MINOR_Expecta_Snapshots 2 #define COCOAPODS_VERSION_PATCH_Expecta_Snapshots 0 // FBSnapshotTestCase #define COCOAPODS_POD_AVAILABLE_FBSnapshotTestCase #define COCOAPODS_VERSION_MAJOR_FBSnapshotTestCase 1 #define COCOAPODS_VERSION_MINOR_FBSnapshotTestCase 1 #define COCOAPODS_VERSION_PATCH_FBSnapshotTestCase 0 // Specta #define COCOAPODS_POD_AVAILABLE_Specta #define COCOAPODS_VERSION_MAJOR_Specta 0 #define COCOAPODS_VERSION_MINOR_Specta 2 #define COCOAPODS_VERSION_PATCH_Specta 1
Version data entries
6 entries across 6 versions & 1 rubygems