[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 9 / GZ-SwiftSH / 1.0.0 / GZ-SwiftSH.podspec.json
blobc18308d3d154ad560def3ffaec9cf9fc11475fdd
2   "name": "GZ-SwiftSH",
3   "version": "1.0.0",
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.0.0"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "ios": {
20     "libraries": "z",
21     "source_files": "SwiftSH/*.{swift,h,m}",
22     "public_header_files": "SwiftSH/*.h",
23     "preserve_paths": "libssh2"
24   },
25   "pod_target_xcconfig": {
26     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
27     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
28     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
29     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2"
30   },
31   "swift_version": "5.0"