diff options
Diffstat (limited to 'Pods/Pods-environment.h')
| -rw-r--r-- | Pods/Pods-environment.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Pods/Pods-environment.h b/Pods/Pods-environment.h new file mode 100644 index 0000000..4fe3438 --- /dev/null +++ b/Pods/Pods-environment.h @@ -0,0 +1,14 @@ + +// 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. + + +// AFNetworking +#define COCOAPODS_POD_AVAILABLE_AFNetworking +#define COCOAPODS_VERSION_MAJOR_AFNetworking 1 +#define COCOAPODS_VERSION_MINOR_AFNetworking 3 +#define COCOAPODS_VERSION_PATCH_AFNetworking 1 + |
