Created
April 9, 2013 19:19
-
-
Save fabiopelosin/5348551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. | |
// AFHTTPRequestOperationLogger | |
#define COCOAPODS_POD_AVAILABLE_AFHTTPRequestOperationLogger TRUE | |
#define COCOAPODS_VERSION_MAJOR_AFHTTPRequestOperationLogger 0 | |
#define COCOAPODS_VERSION_MINOR_AFHTTPRequestOperationLogger 10 | |
#define COCOAPODS_VERSION_PATCH_AFHTTPRequestOperationLogger 0 | |
// AFNetworking | |
#define COCOAPODS_POD_AVAILABLE_AFNetworking TRUE | |
#define COCOAPODS_VERSION_MAJOR_AFNetworking 1 | |
#define COCOAPODS_VERSION_MINOR_AFNetworking 2 | |
#define COCOAPODS_VERSION_PATCH_AFNetworking 0 | |
// IFToastingKit | |
#define COCOAPODS_POD_AVAILABLE_IFToastingKit TRUE | |
#define COCOAPODS_VERSION_MAJOR_IFToastingKit 0 | |
#define COCOAPODS_VERSION_MINOR_IFToastingKit 1 | |
#define COCOAPODS_VERSION_PATCH_IFToastingKit 0 | |
// MASPreferences | |
#define COCOAPODS_POD_AVAILABLE_MASPreferences TRUE | |
#define COCOAPODS_VERSION_MAJOR_MASPreferences 1 | |
#define COCOAPODS_VERSION_MINOR_MASPreferences 0 | |
#define COCOAPODS_VERSION_PATCH_MASPreferences 0 | |
// MagicalRecord | |
#define COCOAPODS_POD_AVAILABLE_MagicalRecord TRUE | |
#define COCOAPODS_VERSION_MAJOR_MagicalRecord 2 | |
#define COCOAPODS_VERSION_MINOR_MagicalRecord 1 | |
#define COCOAPODS_VERSION_PATCH_MagicalRecord 0 | |
// NSAttributedString+Geometrics | |
#define COCOAPODS_POD_AVAILABLE_NSAttributedString_Geometrics TRUE | |
#define COCOAPODS_VERSION_MAJOR_NSAttributedString_Geometrics 0 | |
#define COCOAPODS_VERSION_MINOR_NSAttributedString_Geometrics 0 | |
#define COCOAPODS_VERSION_PATCH_NSAttributedString_Geometrics 1 | |
// ObjectiveSugar | |
#define COCOAPODS_POD_AVAILABLE_ObjectiveSugar TRUE | |
#define COCOAPODS_VERSION_MAJOR_ObjectiveSugar 0 | |
#define COCOAPODS_VERSION_MINOR_ObjectiveSugar 6 | |
#define COCOAPODS_VERSION_PATCH_ObjectiveSugar 2 | |
// Reachability | |
#define COCOAPODS_POD_AVAILABLE_Reachability TRUE | |
#define COCOAPODS_VERSION_MAJOR_Reachability 3 | |
#define COCOAPODS_VERSION_MINOR_Reachability 1 | |
#define COCOAPODS_VERSION_PATCH_Reachability 0 | |
// Rebel | |
#define COCOAPODS_POD_AVAILABLE_Rebel TRUE | |
#define COCOAPODS_VERSION_MAJOR_Rebel 0 | |
#define COCOAPODS_VERSION_MINOR_Rebel 2 | |
#define COCOAPODS_VERSION_PATCH_Rebel 0 | |
// Rebel/NSColorExtensions | |
#define COCOAPODS_POD_AVAILABLE_Rebel_NSColorExtensions TRUE | |
#define COCOAPODS_VERSION_MAJOR_Rebel_NSColorExtensions 0 | |
#define COCOAPODS_VERSION_MINOR_Rebel_NSColorExtensions 2 | |
#define COCOAPODS_VERSION_PATCH_Rebel_NSColorExtensions 0 | |
// SBJson | |
#define COCOAPODS_POD_AVAILABLE_SBJson TRUE | |
#define COCOAPODS_VERSION_MAJOR_SBJson 3 | |
#define COCOAPODS_VERSION_MINOR_SBJson 2 | |
#define COCOAPODS_VERSION_PATCH_SBJson 0 | |
// ZWEmoji | |
#define COCOAPODS_POD_AVAILABLE_ZWEmoji TRUE | |
#define COCOAPODS_VERSION_MAJOR_ZWEmoji 0 | |
#define COCOAPODS_VERSION_MINOR_ZWEmoji 3 | |
#define COCOAPODS_VERSION_PATCH_ZWEmoji 1 | |
// twitter-text-objc | |
#define COCOAPODS_POD_AVAILABLE_twitter_text_objc TRUE | |
#define COCOAPODS_VERSION_MAJOR_twitter_text_objc 0 | |
#define COCOAPODS_VERSION_MINOR_twitter_text_objc 0 | |
#define COCOAPODS_VERSION_PATCH_twitter_text_objc 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment