[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / 3 / SwiftSH / 0.1.0 / SwiftSH.podspec.json
blob360f1fb1ab72bb14f0d5dd641364a9f1cf1bd86a
2   "name": "SwiftSH",
3   "version": "0.1.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/Frugghi/SwiftSH.git",
12     "tag": "0.1.0"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Libssh2",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pushed_with_swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SwiftSH/*.swift",
24       "exclude_files": "SwiftSH/Libssh2*"
25     },
26     {
27       "name": "Libssh2",
28       "dependencies": {
29         "SwiftSH/Core": [
31         ]
32       },
33       "libraries": "z",
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"
41       }
42     }
43   ]