[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 9 / GZ-SwiftSH / 1.3.3 / GZ-SwiftSH.podspec.json
blobcbd75f3d91bbbafa28b8f30afd37ec2a8338766e
2   "name": "GZ-SwiftSH",
3   "version": "1.3.3",
4   "summary": "A Swift SSH framework that wraps libssh2.",
5   "homepage": "https://github.com/Frugghi/SwiftSH",
6   "license": "MIT",
7   "authors": {
8     "Tommaso Madonia": "tommaso@madonia.me"
9   },
10   "source": {
11     "git": "https://github.com/gaetanzanella/SwiftSH.git",
12     "tag": "1.3.3"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "ios": {
20     "libraries": "z",
21     "preserve_paths": "libssh2",
22     "vendored_frameworks": [
23       "libssh2/libcrypto.xcframework",
24       "libssh2/libssl.xcframework",
25       "libssh2/libssh2.xcframework"
26     ],
27     "source_files": "SwiftSH/*.{swift,h,m}",
28     "public_header_files": "SwiftSH/*.h"
29   },
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"
35   },
36   "swift_version": "5.0"