2 "name": "SRGTimeCheatCapturer",
4 "summary": "SRGTimeCheatCapturer can validate device time and capture time cheaters by ntp client.",
5 "homepage": "https://github.com/kazu0620/SRGTimeCheatCapturer",
8 "Kazuhiro Sakamoto": "kazu620@gmail.com"
11 "git": "https://github.com/kazu0620/SRGTimeCheatCapturer.git",
18 "SRGTimeCheatCapturer/**/*.{h,m}",
27 "prefix_header_contents": "#import <Availability.h>\n#define NTP_Logging(fmt, ...)\n#define LogInProduction(fmt, ...) NSLog((@\"%@|\" fmt), [NSString stringWithFormat: @\"%16s\", [[[self class] description] UTF8String]], ##__VA_ARGS__)\n\n#ifdef IOS_NTP_LOGGING\n #warning \"IOS_NTP_LOGGING enabled\"\n #undef NTP_Logging\n #define NTP_Logging(fmt, ...) NSLog((@\"%@|\" fmt), [NSString stringWithFormat: @\"%16s\", [[[self class] description] UTF8String]], ##__VA_ARGS__)\n#endif\n"