4 "summary": "A Swift SSH framework that wraps libssh2.",
5 "homepage": "https://github.com/Frugghi/SwiftSH",
8 "Tommaso Madonia": "tommaso@madonia.me"
11 "git": "https://github.com/gaetanzanella/SwiftSH.git",
15 "swift_versions": "5.0",
21 "preserve_paths": "libssh2",
22 "vendored_frameworks": [
23 "libssh2/libcrypto.xcframework",
24 "libssh2/libssl.xcframework",
25 "libssh2/libssh2.xcframework"
27 "source_files": "SwiftSH/*.{swift,h,m}",
28 "public_header_files": "SwiftSH/*.h"
30 "pod_target_xcconfig": {
31 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
32 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
33 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
34 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
36 "swift_version": "5.0"