Latest | 1.0.4 |
---|---|
Homepage | https://github.com/c6357/YUConsole |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
=========
(真机日志实时显示)
使用方法
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
///建议在真机debug下使用
#ifdef DEBUG
#if TARGET_OS_IPHONE
[YUConsole open];
#endif
#else
///发布时关闭log
[YUConsole setHttpLogEnabled:NO];
#endif
return YES;
}
Latest podspec
{ "name": "YUConsole", "version": "1.0.4", "summary": "u771fu673au65e5u5fd7u8c03u8bd5", "homepage": "https://github.com/c6357/YUConsole", "license": "MIT", "authors": { "BruceYu": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/c6357/YUConsole.git", "tag": "1.0.4" }, "ios": { "vendored_frameworks": "YUConsole.framework" }, "frameworks": [ "Foundation", "UIKit" ], "requires_arc": true }
Wed, 13 Dec 2017 21:00:04 +0000