[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / a / c / TwinPushSDK / 1.5.0 / TwinPushSDK.podspec.json
blob6faac95e717772e4ec7cb58d223c24765dc10dad
2   "name": "TwinPushSDK",
3   "version": "1.5.0",
4   "summary": "TwinPush SDK is the official open source SDK for the TwinPush iOS and Android notification platform",
5   "homepage": "http://twinpush.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "TwinCoders": "info@twincoders.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/TwinPush/ios-sdk.git",
18     "tag": "v1.5.0"
19   },
20   "source_files": "TwinPushSDK/**/*.{h,m}",
21   "public_header_files": [
22     "TwinPushSDK/Classes/**/*.h",
23     "TwinPushSDK/ViewControllers/**/*.h"
24   ],
25   "frameworks": [
26     "MobileCoreServices",
27     "CFNetwork",
28     "SystemConfiguration",
29     "CoreLocation",
30     "Security"
31   ],
32   "libraries": "z",
33   "requires_arc": true,
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\""