[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / a / CRDCrypt / 1.0.6 / CRDCrypt.podspec.json
blobb99297b212349414d0b58f573f6dfd96434f2334
2   "name": "CRDCrypt",
3   "swift_version": "4.2",
4   "version": "1.0.6",
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",
9   "authors": {
10     "Christopher Disdero": "info@code.chrisdisdero.com"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cdisdero/CRDCrypt.git",
20     "tag": "1.0.6"
21   },
22   "source_files": "Shared/*.{swift,h,m}",
23   "ios": {
24     "source_files": "CRDCryptMobile/*.h"
25   },
26   "osx": {
27     "source_files": "CRDCryptMac/*.h"
28   },
29   "watchos": {
30     "source_files": "CRDCryptWatch/*.h"
31   },
32   "tvos": {
33     "source_files": "CRDCryptTV/*.h"
34   }