[Add] MiniPlengi 1.5.8
[CocoaPods.git] / Specs / a / 2 / f / SMBClient / 0.0.9 / SMBClient.podspec.json
blob1ed4b5f29653e1dbfa2477cec792ade91334d992
2   "name": "SMBClient",
3   "version": "0.0.9",
4   "summary": "SMBClient is simple SMB client for iOS apps. It allows connecting to SMB devices.",
5   "homepage": "https://github.com/filmicpro/SMBClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Seth Faxon": "seth@filmicpro.com"
12   },
13   "source": {
14     "git": "https://github.com/filmicpro/SMBClient.git",
15     "tag": "0.0.9"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "4.0",
21   "source_files": [
22     "Sources/**/*.swift",
23     "libdsm/**/*.h",
24     "libdsm/**/*.modulemap"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/libdsm/include/bdsm",
28     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/libdsm"
29   },
30   "preserve_paths": "libdsm/*",
31   "vendored_libraries": [
32     "libdsm/libdsm.a",
33     "libdsm/libtasn1.a"
34   ],
35   "libraries": "iconv",
36   "swift_version": "4.0"