[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / c / DMSOpenPGP / 0.1.3 / DMSOpenPGP.podspec.json
blobeaf38b038646bfd2119d891faf06df7051184897
2   "name": "DMSOpenPGP",
3   "version": "0.1.3",
4   "summary": "Swift wrapper for Bouncy Castle OpenPGP.",
5   "description": "Swift wrapper for Bouncy Castle OpenPGP. Supports PGP keygen, encrypt & sign, decrypt & verify.",
6   "homepage": "https://github.com/DimensionDev/DMSOpenPGP",
7   "license": {
8     "type": "AGPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CMK": "cirno.mainasuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DimensionDev/DMSOpenPGP.git",
16     "tag": "0.1.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "requires_arc": false,
23   "source_files": "DMSOpenPGP/Classes/**/*",
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/BouncyCastle-ObjC/dist/lib\"",
26     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BouncyCastle-ObjC/dist/frameworks/JRE.framework/Headers\""
27   },
28   "dependencies": {
29     "BouncyCastle-ObjC": [
30       "~> 0.1.0"
31     ],
32     "OpenSSL-Universal": [
33       "~> 1.0.2.17"
34     ]
35   },
36   "static_framework": true,
37   "swift_version": "5.0",
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "DMSOpenPGP/Tests/**/*",
43       "dependencies": {
44         "ConsolePrint": [
46         ]
47       }
48     }
49   ]