blob: 606297655a85461b385c6910637433230321d9f8 [file] [log] [blame]
{
"name": "rcsdk",
"version": "1.3.1",
"summary": "rcsdk support swift and object-c.",
"description": "集环境检测,手机指纹,风险检测于一体的库文件。\n使用方式 import/@import rcsdk\n调用 RCAPI.initial 初始化",
"homepage": "https://github.com/rcalc/sdk-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rcalc": "rcalc@nagain.com"
},
"source": {
"git": "https://github.com/rcalc/sdk-ios.git",
"tag": "1.3.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"preserve_paths": "rcsdk.framework",
"vendored_frameworks": "rcsdk.framework"
},
"frameworks": "Foundation"
}