blob: aee0cf106cd24a909df6d04b0748c04cadcdd525 [file] [log] [blame]
{
"name": "TOSMBClient",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "TOSMBClient/**/*.{h,m}",
"vendored_libraries": [
"TOSMBClient/libdsm/libdsm.a",
"TOSMBClient/libdsm/libtasn1.a"
],
"libraries": "iconv",
"requires_arc": true
}