[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 2 / 8 / 0 / HSCryptoKit / 1.0.0 / HSCryptoKit.podspec.json
blob2c51b23e15202ee40575d1d68710d362d6b37c37
2   "name": "HSCryptoKit",
3   "version": "1.0.0",
4   "summary": "Crypto library for Swift",
5   "description": "HSCryptoKit includes crypto functions that can be used in pure Swift. It supports openssl, secp256k1, base58.\n```",
6   "homepage": "https://github.com/horizontalsystems/crypto-kit-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Horizontal Systems": "hello@horizontalsystems.io"
13   },
14   "social_media_url": "http://horizontalsystems.io/",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/horizontalsystems/crypto-kit-ios.git",
18     "tag": "v1.0.0"
19   },
20   "source_files": "HSCryptoKit/**/*.{h,m,swift}",
21   "module_map": "HSCryptoKit/HSCryptoKit.modulemap",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_version": "4.1",
26   "pod_target_xcconfig": {
27     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/HSCryptoKit/Libraries",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/HSCryptoKit/Libraries/openssl/include\" \"${PODS_ROOT}/HSCryptoKit/Libraries/secp256k1/include\"",
31     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/HSCryptoKit/Libraries/openssl/lib\" \"${PODS_ROOT}/HSCryptoKit/Libraries/secp256k1/lib\""
32   },
33   "preserve_paths": [
34     "Setup",
35     "Libraries"
36   ]