blob: 477055dc4f939a5e9b3e4edee5273a8adb8edfa7 [file] [log] [blame]
{
"name": "TomatoCrypto",
"version": "1.0.0",
"summary": "A pure swift cryptographic framwork",
"description": "A pure swift cryptograhic fromwork implementing AES, RSA, SHA1, RSA PSS Signature, and HMAC",
"homepage": "https://gitlab.com/xhhuango/TomatoCrypto",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Xuan Hau Huang": "xhhuango@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://gitlab.com/xhhuango/TomatoCrypto.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"dependencies": {
"BigInt": [
"~> 2.1"
]
},
"pushed_with_swift_version": "3.0.1"
}