blob: 45f47bdd8f0dbd3127cc5874014ba3b3da1a98ca [file] [log] [blame]
{
"name": "ScanditSDK",
"version": "3.2.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": "3.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ScanditSDK/*.{h,cpp}",
"resources": "ScanditSDK/*.{png,wav,lproj}",
"preserve_paths": "ScanditSDK/libscanditsdk-iphone-3.2.0.a",
"libraries": [
"scanditsdk-iphone-3.2.0",
"z",
"iconv",
"c++"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ScanditSDK/ScanditSDK\""
},
"requires_arc": false
}