3 "swift_version": "4.2",
5 "summary": "Simple and quick way to encrypt/decrypt strings with AES256 on iOS, macOS, watchOS, and tvOS.",
6 "description": "Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for iOS, macOS, watchOS, and tvOS.",
7 "homepage": "https://github.com/cdisdero/CRDCrypt",
8 "license": "Apache License, Version 2.0",
10 "Christopher Disdero": "info@code.chrisdisdero.com"
19 "git": "https://github.com/cdisdero/CRDCrypt.git",
22 "source_files": "Shared/*.{swift,h,m}",
24 "source_files": "CRDCryptMobile/*.h"
27 "source_files": "CRDCryptMac/*.h"
30 "source_files": "CRDCryptWatch/*.h"
33 "source_files": "CRDCryptTV/*.h"