blob: efbfc936e5b6118c9c22eab0b8c29559a9b07822 [file] [log] [blame]
{
"name": "LXSwiftSecurity",
"version": "3.0.0",
"summary": "swift加密方式md5/SHA1/SHA224/SHA256/SHA384/SHA512/AES/RSA/签名/验证签名",
"description": "LXSwiftSecurity is manager swift加密方式md5/SHA1/SHA224/SHA256/SHA384/SHA512/AES/RSA/签名/验证签名",
"homepage": "https://github.com/LIXIANGXLee/LXSwiftSecurity",
"license": "MIT",
"authors": {
"lixiang": "1367015013@qq.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/LIXIANGXLee/LXSwiftSecurity.git",
"tag": "3.0.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "LXSwiftSecurity/Core/*.swift"
},
{
"name": "Extension",
"source_files": "LXSwiftSecurity/Extension/*.swift",
"dependencies": {
"LXSwiftSecurity/Core": [
]
}
}
],
"swift_version": "5.0"
}