[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / a / CRDCrypt / 1.0.2 / CRDCrypt.podspec.json
blobed9779942b5ee874923802ad59e4a657dddb2e40
2   "name": "CRDCrypt",
3   "version": "1.0.2",
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",
8   "authors": {
9     "Christopher Disdero": "info@code.chrisdisdero.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://github.com/cdisdero/CRDCrypt.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "Shared/*.{swift,h,m}",
20   "ios": {
21     "source_files": "CRDCryptMobile/*.h"
22   },
23   "osx": {
24     "source_files": "CRDCryptMac/*.h"
25   },
26   "pushed_with_swift_version": "3.0"