blob: 128f035bbfc3750cccdf495394e21d8bed28695c [file] [log] [blame]
{
"name": "WTRCompress",
"version": "0.0.1",
"summary": "压缩解压集合",
"homepage": "https://github.com/zhong015/WTRCompress.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wtr0@qq.com": "wtr0@qq.com"
},
"source": {
"git": "https://github.com/zhong015/WTRCompress.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "src/*.h",
"source_files": "src/**/*.{h,m,c}",
"dependencies": {
"UnrarKit": [
"2.9"
],
"LzmaSDK-ObjC": [
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_CFLAGS": "$(inherited) -Wno-strict-prototypes"
}
}