Latest | 1.1 |
---|---|
Homepage | https://github.com/horizontalsystems/crypto-x11-ios |
License | MIT |
Platforms | ios 10.0, requires ARC |
Frameworks | Foundation, SystemConfiguration |
Authors |
crypto-x11-ios
This library implements adapter for using SPHLIB crypto algorithms on Swift, https://github.com/coruus/sphlib
Latest podspec
{ "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": "[email protected]" }, "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" }
Mon, 03 Jun 2019 10:13:11 +0000