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