blob: 2d07d2ab5823193b7b15e1d6e666553e250dd617 [file] [log] [blame]
{
"name": "CRDCrypt",
"version": "1.0.3",
"summary": "Simple and quick way to encrypt/decrypt strings with AES256 on iOS, macOS, watchOS, and tvOS.",
"description": "Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for iOS, macOS, watchOS, and tvOS.",
"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",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cdisdero/CRDCrypt.git",
"tag": "1.0.3"
},
"source_files": "Shared/*.{swift,h,m}",
"ios": {
"source_files": "CRDCryptMobile/*.h"
},
"osx": {
"source_files": "CRDCryptMac/*.h"
},
"watchos": {
"source_files": "CRDCryptWatch/*.h"
},
"tvos": {
"source_files": "CRDCryptTV/*.h"
},
"pushed_with_swift_version": "3.0"
}