blob: cc489904178c295f5a508a63221841fc27d8a854 [file] [log] [blame]
{
"name": "SSTesseract",
"version": "0.2.0",
"summary": "不知道写些什么",
"description": "没有什么好描述的",
"homepage": "https://github.com/753331342",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"753331342@qq.com": "753331342@qq.com"
},
"source": {
"git": "https://github.com/753331342/SSTesseract.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SSTesseract/Classes/**/*",
"private_header_files": "SSTesseract/Classes/Header/**/*.h",
"ios": {
"vendored_libraries": "SSTesseract/Classes/Lib/*.a"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lstdc++ -lz",
"CLANG_CXX_LIBRARY": "compiler-default"
},
"frameworks": "UIKit",
"dependencies": {
"OpenCV/Dynamic": [
"~> 3.2.0"
]
},
"resources": "SSTesseract/Resource/**"
}