diff --git a/NativeAPI/NativeAPI/RelayObject.m b/NativeAPI/NativeAPI/RelayObject.m index 9e0ba5f..8564d71 100644 --- a/NativeAPI/NativeAPI/RelayObject.m +++ b/NativeAPI/NativeAPI/RelayObject.m @@ -36,7 +36,7 @@ + (instancetype)relayObject:(NSString *)expression { return nil; } - NSLog(expression); +// NSLog(expression); NSScanner *scanner = [NSScanner scannerWithString:eachApi]; NSString *apiName = NULL; // apiName diff --git a/ZBWNativeAPI.podspec b/ZBWNativeAPI.podspec index 9cb26c0..3799c80 100644 --- a/ZBWNativeAPI.podspec +++ b/ZBWNativeAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ZBWNativeAPI" - s.version = "0.2.4" + s.version = "0.2.5" s.summary = "ZBWNativeAPI." # This description is used to generate tags and improve search results.