diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-14 14:36:07 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-14 14:36:07 -0600 |
| commit | b0c7b44d56c564d26291b7c5e7f0add8f72c7de2 (patch) | |
| tree | 35c7f3e5b4362d7c1c33f14f34cfe89e9381bd77 /Pods/Pods-environment.h | |
| parent | d2105595f3aff7ecce39b95f64ecc6f9178f6c84 (diff) | |
install cocoa pods
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 + |
