4 "summary": "TwinPush SDK is the official open source SDK for the TwinPush iOS and Android notification platform",
5 "homepage": "http://twinpush.com",
11 "TwinCoders": "info@twincoders.com"
17 "git": "https://github.com/TwinPush/ios-sdk.git",
20 "source_files": "TwinPushSDK/**/*.{h,m}",
21 "public_header_files": [
22 "TwinPushSDK/Classes/**/*.h",
23 "TwinPushSDK/ViewControllers/**/*.h"
28 "SystemConfiguration",
34 "prefix_header_contents": " #import <Foundation/Foundation.h>\n\n #define TCLog(...) do {} while (0)\n #define TCAssert(_condition_, ...) do {} while (0)\n #define TCAssertNilOrConformsToProtocol(OBJ,PROT) do {} while (0)\n #define TCAssertNilOrIsKindOfClass(OBJ,CLASS) do {} while (0)\n #define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)\n #define SYSTEM_VERSION_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedSame)\n #define SYSTEM_VERSION_GREATER_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedDescending)\n #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)\n #define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] == NSOrderedAscending)\n #define SYSTEM_VERSION_LESS_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedDescending)\n\n #define LOCALIZATION_TABLE @\"TwinPushSDK\"\n"