[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / 2 / CryptoBLS.swift / 1.0 / CryptoBLS.swift.podspec.json
blob52ddb975041ef372338de3da58624f701be1b479
2   "name": "CryptoBLS.swift",
3   "module_name": "CryptoBLS",
4   "version": "1.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "social_media_url": "http://horizontalsystems.io/",
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/horizontalsystems/crypto-bls-ios.git",
19     "tag": "1.0"
20   },
21   "source_files": "CryptoBLS/**/*.{h,m,mm,swift}",
22   "module_map": "CryptoBLS/CryptoBLS.modulemap",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "swift_version": "5",
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\""
33   },
34   "preserve_paths": [
35     "Libraries"
36   ]