blob: 9d29c453356ba6123d44b78c2a0544b91fbc39f5 [file] [log] [blame]
{
"name": "DMSOpenPGP",
"version": "0.1.1",
"summary": "Swift wrapper for Bouncy Castle OpenPGP.",
"description": "Swift wrapper for Bouncy Castle OpenPGP. Supports PGP keygen, encrypt & sign, decrypt & verify.",
"homepage": "https://github.com/DimensionDev/DMSOpenPGP",
"license": {
"type": "AGPL",
"file": "LICENSE"
},
"authors": {
"CMK": "cirno.mainasuk@gmail.com"
},
"source": {
"git": "https://github.com/DimensionDev/DMSOpenPGP.git",
"tag": "0.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"requires_arc": false,
"source_files": "DMSOpenPGP/Classes/**/*",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/BouncyCastle-ObjC/dist/lib\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BouncyCastle-ObjC/dist/frameworks/JRE.framework/Headers\""
},
"dependencies": {
"BouncyCastle-ObjC": [
"~> 0.1.0"
],
"OpenSSL-Universal": [
"~> 1.0.2.17"
]
},
"static_framework": true,
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "DMSOpenPGP/Tests/**/*",
"dependencies": {
"ConsolePrint": [
]
}
}
]
}