blob: 2a0cdcef6fef6d9811cb6341831b21677e0bfac5 [file] [log] [blame]
{
"name": "CMBPay",
"version": "0.0.1",
"summary": "基于招行一网通的cocopod",
"description": "基于招行一网通的二次开发,用于支付模块",
"homepage": "https://github.com/AngryBaby/CMBPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HamYu": "1669387345@qq.com"
},
"source": {
"git": "https://github.com/AngryBaby/CMBPay.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CMBPay/Classes/**/*.{h,m}",
"resource_bundles": {
"CMBPay": [
"CMBPay/Assets/**/*.{xcassets,imageset}"
]
},
"vendored_frameworks": "CMBPay/Classes/cmbkeyboard.framework",
"frameworks": [
"UIKit",
"MapKit"
]
}