blob: 7384e421713dedf5c1cc0277dc1b816fca6b6e84 [file] [log] [blame]
{
"name": "TOSMBClient",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "An Objective-C framework that wraps libdsm, an SMB client library.",
"homepage": "https://github.com/TimOliver/TOSMBClient",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOSMBClient.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "TOSMBClient/**/*.{h,m}",
"vendored_libraries": [
"TOSMBClient/libdsm/libdsm.a",
"TOSMBClient/libdsm/libtasn1.a"
],
"libraries": "iconv",
"requires_arc": true
}