blob: a82569f76c880556078efe55771abe91a8f936cf [file] [log] [blame]
{
"name": "SmartOcrKit",
"version": "1.0.0",
"summary": "A short description of SmartOcrKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MjzDK/SmartOcrKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MjzDK": "15929996560@163.com"
},
"source": {
"git": "https://github.com/MjzDK/SmartOcrKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"vendored_libraries": "SmartOcrKit/Classes/libSmartOCR.a",
"source_files": "SmartOcrKit/Classes/**/*.{h,m}",
"resource_bundles": {
"SmartOcrKit": [
"SmartOcrKit/Assets/*.{xml,lib,dat}"
]
},
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreMedia"
],
"libraries": [
"iconv.2.4.0",
"xml2"
],
"static_framework": true,
"public_header_files": "Pod/Classes/**/*.h",
"prefix_header_contents": [
"#import \"NSBundle+OCR.h\"",
"#import \"SmartOCR.h\""
]
}