blob: 10efb9c8d46ad9db9dad98f8d21b78323378a388 [file] [log] [blame]
{
"name": "CryptoBLS.swift",
"module_name": "CryptoBLS",
"version": "1.1",
"summary": "Crypto library BLS verification for Swift",
"description": "CryptoBLS includes crypto verification function that can be used in pure Swift. It uses c++ code from https://github.com/Chia-Network/bls-signatures.\n```",
"homepage": "https://github.com/horizontalsystems/crypto-bls-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Horizontal Systems": "hsdao@protonmail.ch"
},
"social_media_url": "http://horizontalsystems.io/",
"requires_arc": true,
"source": {
"git": "https://github.com/horizontalsystems/crypto-bls-ios.git",
"tag": "1.1"
},
"source_files": "CryptoBLS/**/*.{h,m,mm,swift}",
"module_map": "CryptoBLS/CryptoBLS.modulemap",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/CryptoBLS.swift/Libraries",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/include\" \"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/include/relic\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/lib\""
},
"preserve_paths": [
"Libraries"
],
"swift_version": "5"
}