2 "name": "CryptoBLS.swift",
3 "module_name": "CryptoBLS",
5 "summary": "Crypto library BLS verification for Swift",
6 "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```",
7 "homepage": "https://github.com/horizontalsystems/crypto-bls-ios",
13 "Horizontal Systems": "hsdao@protonmail.ch"
15 "social_media_url": "http://horizontalsystems.io/",
18 "git": "https://github.com/horizontalsystems/crypto-bls-ios.git",
21 "source_files": "CryptoBLS/**/*.{h,m,mm,swift}",
22 "module_map": "CryptoBLS/CryptoBLS.modulemap",
27 "pod_target_xcconfig": {
28 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
29 "APPLICATION_EXTENSION_API_ONLY": "YES",
30 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/CryptoBLS.swift/Libraries",
31 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/include\" \"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/include/relic\"",
32 "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/CryptoBLS.swift/Libraries/bls/lib\""