blob: 1a2f21469ce7c6a17926c7b7368deee80fc2bca0 [file] [log] [blame]
{
"name": "ZXCrypto",
"version": "1.1.4",
"summary": "A simple RSA crypto lib.",
"description": "A simple RSA crypto lib. Inspired from: SwiftRSA",
"homepage": "https://github.com/wangdu1005/ZXCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ZX",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/wangdu1005/ZXCrypto.git",
"tag": "1.1.4"
},
"source_files": "ZXCrypto/**/*.{swift,h,m}",
"swift_versions": "5.0",
"swift_version": "5.0"
}