main
 1
 2// To check if a library is compiled with CocoaPods you
 3// can use the `COCOAPODS` macro definition which is
 4// defined in the xcconfigs so it is available in
 5// headers also when they are imported in the client
 6// project.
 7
 8
 9// Kiwi
10#define COCOAPODS_POD_AVAILABLE_Kiwi
11#define COCOAPODS_VERSION_MAJOR_Kiwi 2
12#define COCOAPODS_VERSION_MINOR_Kiwi 0
13#define COCOAPODS_VERSION_PATCH_Kiwi 6
14