CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

DeadPool-bin 0.3.1

DeadPool-bin 0.3.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2017

Maintained by 790118jay.



  • By
  • leo

DeadPool SDK binary version

Sniff application & device infomation and combined with vendor infomation, report to RMD for simulator identification .

Usage

#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
    }
}];
...

Requirements

  • iOS 7.0+

Installation

DeadPool is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod "DeadPool-bin"

Change Log

v0.1.1

  • update pod spec

v0.1.0

  • First binary version

Author

leo, [email protected]

License

DeadPool is available under the MIT license. See the LICENSE file for more info.