blob: 439ad90d11953675db94d2598ab5968d70e6bf7c [file] [log] [blame]
{
"name": "CryptoX11.swift",
"module_name": "HSCryptoX11",
"version": "1.0",
"summary": "X11 hash functions Swift adapter.",
"homepage": "https://github.com/horizontalsystems/crypto-x11-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-x11-ios.git",
"tag": "1.0"
},
"source_files": "{HSCryptoX11,Libraries}/**/*.{h,m,swift}",
"module_map": "HSCryptoX11/HSCryptoX11.modulemap",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/Libraries",
"HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Libraries/x11\""
},
"frameworks": [
"Foundation",
"SystemConfiguration"
]
}