[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / b / SRGTimeCheatCapturer / 0.0.1 / SRGTimeCheatCapturer.podspec.json
blob186e8182569b98276b734ddf01fe4fc0aa49849f
2   "name": "SRGTimeCheatCapturer",
3   "version": "0.0.1",
4   "summary": "SRGTimeCheatCapturer can validate device time and capture time cheaters by ntp client.",
5   "homepage": "https://github.com/kazu0620/SRGTimeCheatCapturer",
6   "license": "MIT",
7   "authors": {
8     "Kazuhiro Sakamoto": "kazu620@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kazu0620/SRGTimeCheatCapturer.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "SRGTimeCheatCapturer/**/*.{h,m}",
19     "Library/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Reachability": [
24       "3.2"
25     ]
26   },
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"