blob: 3f37c3e440cfdbb43d6f8a39a559a905a922e235 [file] [log] [blame]
{
"name": "ScanditSDK",
"version": "4.0.0",
"summary": "ScanditSDK",
"description": "Barcode Scanner SDK",
"homepage": "http://www.scandit.com",
"license": {
"type": "Commercial",
"file": "ScanditSDK/LICENSE-2.0.txt"
},
"authors": "Scandit",
"source": {
"git": "https://github.com/xslim/ScanditSDK.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": "ScanditSDK/*.{h,cpp}",
"resources": "ScanditSDK/*.{png,wav,lproj}",
"preserve_paths": "ScanditSDK/libscanditsdk-iphone-4.0.0.a",
"libraries": [
"scanditsdk-iphone-4.0.0",
"z",
"iconv",
"c++"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ScanditSDK/ScanditSDK\""
}
}