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/Frugghi/SwiftSH.git",
15 "default_subspecs": "Libssh2",
19 "pushed_with_swift_version": "4.0",
23 "source_files": "SwiftSH/*.swift",
24 "exclude_files": "SwiftSH/Libssh2*"
34 "preserve_paths": "libssh2",
35 "source_files": "SwiftSH/Libssh2*.{h,m,swift}",
36 "pod_target_xcconfig": {
37 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
38 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SwiftSH/libssh2",
39 "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SwiftSH/libssh2",
40 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/SwiftSH/libssh2"