blob: e4a9daf64cbe7c5e502b2209abad35db25e64555 [file] [log] [blame]
{
"name": "RNCryptor",
"version": "5.1.0",
"summary": "Cross-language AES Encryptor/Decryptor data format.",
"authors": {
"Rob Napier": "robnapier@gmail.com"
},
"social_media_url": "https://twitter.com/cocoaphony",
"license": "MIT",
"source": {
"git": "https://github.com/rnapier/RNCryptor.git",
"tag": "5.1.0"
},
"description": "Implements a secure encryption format based on AES, PBKDF2, and HMAC.",
"homepage": "https://github.com/rnapier/RNCryptor",
"source_files": "Sources/RNCryptor/RNCryptor.swift",
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}