[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 1 / 6 / a / CRDCrypt / 1.0.3 / CRDCrypt.podspec.json
blob2d07d2ab5823193b7b15e1d6e666553e250dd617
2   "name": "CRDCrypt",
3   "version": "1.0.3",
4   "summary": "Simple and quick way to encrypt/decrypt strings with AES256 on iOS, macOS, watchOS, and tvOS.",
5   "description": "Simple straightforward Swift-based extension to Data for AES256 encryption/decryption for iOS, macOS, watchOS, and tvOS.",
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     "watchos": "3.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cdisdero/CRDCrypt.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "Shared/*.{swift,h,m}",
22   "ios": {
23     "source_files": "CRDCryptMobile/*.h"
24   },
25   "osx": {
26     "source_files": "CRDCryptMac/*.h"
27   },
28   "watchos": {
29     "source_files": "CRDCryptWatch/*.h"
30   },
31   "tvos": {
32     "source_files": "CRDCryptTV/*.h"
33   },
34   "pushed_with_swift_version": "3.0"