DeadPool-bin 0.3.1

DeadPool-bin 0.3.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2017年10月

790118jay 维护。



  • 作者
  • leo

DeadPool SDK 二进制版本

嗅探应用程序和设备信息,与供应商信息相结合,报告给 RMD 以进行模拟器识别。

用法

#import <DeadPool/DeadPool.h>

...
NSDictionary *vendorInfo = @{}; // caller vendor info
[DPLSniffer reportWithVendorInfo:vendorInfo 
               completionHandler:^(NSError * _Nullable error) {
    if (error) {
        // handle report failed
    } else {
        // handle report succeed
    }
}];
...

要求

  • iOS 7.0+

安装

DeadPool 可以通过 CocoaPods 获取。要安装,
只需将以下行添加到您的 Podfile 中

pod "DeadPool-bin"

变更日志

v0.1.1

  • 更新 pod spec

v0.1.0

  • 第一个二进制版本

作者

leo, [email protected]

许可证

DeadPool 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。