blob: a20c414d813d3600ae2d37dda243c5aaa0dc60f8 [file] [log] [blame]
{
"name": "RNCryptor",
"version": "4.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": "RNCryptor-4.1.0"
},
"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": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
}
}