blob: 84597b709992eab44660c346a642a6af8c75b6ae [file] [log] [blame]
{
"name": "TwinPushSDK",
"version": "3.6.0",
"summary": "TwinPush SDK is the official open source SDK for the TwinPush iOS and Android notification platform",
"homepage": "http://twinpush.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TwinCoders": "info@twincoders.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TwinPush/ios-sdk.git",
"tag": "v3.6.0"
},
"source_files": "TwinPushSDK/**/*.{h,m}",
"public_header_files": [
"TwinPushSDK/Classes/**/*.h",
"TwinPushSDK/ViewControllers/**/*.h"
],
"frameworks": [
"MobileCoreServices",
"CFNetwork",
"SystemConfiguration",
"CoreLocation",
"Security"
],
"libraries": "z",
"requires_arc": true,
"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\""
}