blob: e2d08e142a8ea29c8ae0c8cbd471b56884cfadda [file] [log] [blame]
{
"name": "RJQRImage",
"version": "0.0.1",
"summary": "A short description of RJQRImage.",
"description": "这是二维码生成和扫描的封装",
"homepage": "https://gitee.com/SRJTrunk/RJQRImage",
"license": "MIT",
"authors": {
"srj": "707243496@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/SRJTrunk/RJQRImage.git",
"tag": "0.0.1"
},
"source_files": "RJQRImage/RJQRImage/RJQRImage/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}