blob: ed9779942b5ee874923802ad59e4a657dddb2e40 [file] [log] [blame]
{
"name": "CRDCrypt",
"version": "1.0.2",
"summary": "Simple and quick way to encrypt/decrypt strings with AES256 on iOS or macOS.",
"description": "Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for macOS and iOS.",
"homepage": "https://github.com/cdisdero/CRDCrypt",
"license": "Apache License, Version 2.0",
"authors": {
"Christopher Disdero": "info@code.chrisdisdero.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/cdisdero/CRDCrypt.git",
"tag": "1.0.2"
},
"source_files": "Shared/*.{swift,h,m}",
"ios": {
"source_files": "CRDCryptMobile/*.h"
},
"osx": {
"source_files": "CRDCryptMac/*.h"
},
"pushed_with_swift_version": "3.0"
}