blob: 60273236ea77e2fda606920171713d0039817e6e [file] [log] [blame]
{
"name": "IISecurity",
"version": "0.5.1",
"summary": "IISecurity",
"description": "IISecurity:\n1.引入了安全监测与性能处理代码\n2.引入CryptSwift代码\n3.OpenSSL-Universal\n4.iiexchange-pkcs12",
"homepage": "https://github.com/hatjs880328s/IISecurity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hatjs880328s": "shanwzh@inspur.com"
},
"source": {
"git": "https://github.com/hatjs880328s/IISecurity.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.2",
"static_framework": true,
"cocoapods_version": ">= 1.4.0",
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-O",
"SWIFT_COMPILATION_MODE": "wholemodule",
"SWIFT_DISABLE_SAFETY_CHECKS": "YES",
"SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "debug-only",
"GCC_UNROLL_LOOPS": "YES"
},
"dependencies": {
"IISwiftBaseUti": [
],
"IIBLL": [
],
"OpenSSL-Universal": [
]
},
"subspecs": [
{
"name": "Exchange",
"source_files": "IISecurity/Classes/Exchange/*.{h,m}"
},
{
"name": "IISecurity",
"source_files": "IISecurity/Classes/IISecurity/**/*.swift"
},
{
"name": "DeviceSafeTool",
"source_files": "IISecurity/Classes/DeviceSafeTool/**/*.{h,m}"
}
]
}