blob: 124ce7f5dcc16203f353116a730dcbfeca461ab6 [file] [log] [blame]
{
"name": "CryptoX11.swift",
"module_name": "HSCryptoX11",
"version": "1.1",
"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.1"
},
"source_files": "HSCryptoX11/**/*.{h,m,swift}",
"module_map": "HSCryptoX11/HSCryptoX11.modulemap",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/CryptoX11.swift/Libraries",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/CryptoX11.swift/Libraries/x11"
},
"frameworks": [
"Foundation",
"SystemConfiguration"
],
"preserve_paths": [
"Libraries"
],
"swift_version": "5"
}