blob: 365b6f3bc9b9d6de768667178a330b5fae047131 [file] [log] [blame]
{
"name": "RNCryptor",
"version": "5.0.3",
"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.0.3"
},
"description": "Implements a secure encryption format based on AES, PBKDF2, and HMAC.",
"homepage": "https://github.com/rnapier/RNCryptor",
"source_files": [
"Sources/RNCryptor/RNCryptor.swift",
"Sources/Cryptor/include/RNCryptor.h"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}