blob: 8249d4ab9718d7c72e76c0a1c21e593030a02c78 [file] [log] [blame]
{
"name": "MXOcrSDK",
"version": "1.1.0",
"license": "MIT",
"summary": "MXOcrSDK for cocoaPods",
"homepage": "https://gitee.com/moxietech/MoxieOCRSDK",
"source": {
"git": "https://gitee.com/moxietech/MoxieOCRSDK.git",
"tag": "1.1.0"
},
"source_files": "MXOCR/MXOCR.framework/Headers/*.{h}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"resources": "MXOCR/Resource/*",
"vendored_frameworks": "MXOCR/MXOCR.framework",
"public_header_files": "MXOCR/MXOCR.framework/Headers/*.h",
"user_target_xcconfig": {
"OTHER_LINK_FLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
},
"frameworks": [
"AVFoundation",
"CoreMedia",
"ImageIO"
],
"libraries": "stdc++",
"static_framework": true,
"authors": {
"moxie": "dev@51dojo.com"
}
}