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