ZKCommonCrypto
This project is only contains CommonCrypto.
You can get md5 from file:
NSString *fileMd5 = [ZKCrypto fileMD5WithPath:@"filePath"];
let fileMd5 = ZKCrypto.getFileMD5(withPath: "filePath")
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
This project is only contains CommonCrypto.
You can get md5 from file:
NSString *fileMd5 = [ZKCrypto fileMD5WithPath:@"filePath"];
let fileMd5 = ZKCrypto.getFileMD5(withPath: "filePath")