blob: 6392622b4fac7a2836d7e132c5057a56ed1325c9 [file] [log] [blame]
{
"name": "RNCryptor",
"version": "4.0.0-beta.1",
"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": "RNCryptor-4.0.0-beta.1"
},
"description": "Implements a secure encryption format based on AES, PBKDF2, and HMAC.",
"homepage": "https://github.com/rnapier/RNCryptor",
"source_files": [
"RNCryptor.swift",
"RNCryptor.h"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}