blob: 1d5d4d7ec35f7db3e68bccf91ea84f7420ca16d2 [file] [log] [blame]
{
"name": "BFPay",
"version": "0.0.4",
"summary": "BF支付.",
"requires_arc": true,
"description": "贝付支付真机SDK,模拟器的话跑不了",
"homepage": "https://github.com/cyqluowang/BFPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈玉琪": "yq.chen@renrunkeji.com"
},
"source": {
"git": "https://github.com/cyqluowang/BFPay.git",
"tag": "0.0.4"
},
"source_files": [
"Core",
"Core/**/*.{h,m}"
],
"vendored_libraries": "Core/*.a",
"resources": "Core/BFResource.bundle",
"frameworks": [
"SystemConfiguration",
"Security",
"CFNetwork"
],
"xcconfig": {
"OTHER_LDFLAGS": "--all_load"
}
}