CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2017 |
Maintained by neghao, nenhall.
iOS 检测版本升级工具
使用方法:
@interface ViewController ()
@property (nonatomic, strong) NHVersionHelper * tool;
@end
@implementation
_tool = [NHVersionHelper versionHelperBeginRequestWithAppID:@"你的app id" complete:^(NHAppinfo *appinfo, NSError *eror) {
//do something
//...
}];
@end
使用 pod 集成:
pod 'NHVersionHelper'