[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / e / NMSSHT7 / 2.8 / NMSSHT7.podspec.json
blob506e309da8ca3a7be494893b9e27c7b550b89b17
2   "name": "NMSSHT7",
3   "version": "2.8",
4   "summary": "NMSSH is a clean, easy-to-use, unit tested framework for iOS and OSX that wraps libssh2.",
5   "homepage": "https://github.com/tuzig/NMSSHT7",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Benny Daon": "benny@9tuzig.com",
12     "Tommaso Madonia": "tommaso@madonia.me",
13     "Nils Bergmann": "nilsbergmann@noim.io"
14   },
15   "source": {
16     "git": "https://github.com/tuzig/NMSSHT7.git",
17     "tag": "2.8"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": [
23     "NMSSH",
24     "NMSSH/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "NMSSH/*.h",
28     "NMSSH/Protocols/*.h",
29     "NMSSH/Config/NMSSHLogger.h"
30   ],
31   "libraries": "z",
32   "frameworks": "CFNetwork",
33   "ios": {
34     "vendored_libraries": [
35       "NMSSH-iOS/Libraries/lib/libssh2.a",
36       "NMSSH-iOS/Libraries/lib/libssl.a",
37       "NMSSH-iOS/Libraries/lib/libcrypto.a"
38     ],
39     "source_files": [
40       "NMSSH-iOS",
41       "NMSSH-iOS/Libraries/**/*.h"
42     ],
43     "public_header_files": "NMSSH-iOS/Libraries/**/*.h"
44   },
45   "xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC"
47   },
48   "pod_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
50     "DEFINES_MODULE": "YES"
51   },
52   "user_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   }