blob: eab0ceede3b45a5ac50585d1493a6e8fbb39b790 [file] [log] [blame]
{
"name": "SMBClient",
"version": "0.0.8",
"summary": "SMBClient is simple SMB client for iOS apps. It allows connecting to SMB devices.",
"homepage": "https://github.com/filmicpro/SMBClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seth Faxon": "seth@filmicpro.com"
},
"source": {
"git": "https://github.com/filmicpro/SMBClient.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": [
"Sources/**/*.swift",
"libdsm/**/*.h",
"libdsm/**/*.modulemap"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/libdsm/include/bdsm",
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/libdsm"
},
"preserve_paths": "libdsm/*",
"vendored_libraries": [
"libdsm/libdsm.a",
"libdsm/libtasn1.a"
],
"libraries": "iconv",
"swift_version": "4.0"
}