blob: 418481bd69d018c71075120165c6c9ffafb211b7 [file] [log] [blame]
{
"name": "PCDSecurity",
"version": "1.0.2",
"summary": "PCDSecurity 加密组件,提供加密方法实现",
"description": "PCDSecurity 加密组件,提供加密方法实现。优化加密库",
"homepage": "http://www.yitong.com.cn",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"dk": "dark_gl@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://www.yitong.com.cn:10081/ios/PCDSecurity.git",
"tag": "1.0.2"
},
"vendored_frameworks": "*.framework",
"public_header_files": "openssl/**/*.h",
"vendored_libraries": [
"openssl/libcrypto.a",
"openssl/libssl.a"
]
}