blob: 960a739607eb1829ae2f882a8fb542f615a3b5a8 [file] [log] [blame]
{
"name": "EncryptLib",
"version": "0.1.0",
"summary": "Object-c NSData & NSString encryptation for iOS & Mac. EncryptLib supports CRC 32, MD5, BASE 64, SHA-1, SHA-256 and SHA-512.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sdfwds4/EncryptLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sdfwds4": "sdfwds4@163.com"
},
"source": {
"git": "https://github.com/sdfwds4/EncryptLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EncryptLib/Classes/**/*"
}