4 "summary": "Simple and quick way to encrypt/decrypt strings with AES256 on iOS or macOS.",
5 "description": "Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for macOS and iOS.",
6 "homepage": "https://github.com/cdisdero/CRDCrypt",
7 "license": "Apache License, Version 2.0",
9 "Christopher Disdero": "info@code.chrisdisdero.com"
16 "git": "https://github.com/cdisdero/CRDCrypt.git",
19 "source_files": "Shared/*.{swift,h,m}",
21 "source_files": "CRDCryptMobile/*.h"
24 "source_files": "CRDCryptMac/*.h"
26 "pushed_with_swift_version": "3.0"