blob: 8458d6bb2a3c3e9707ace7ad26e196b8b964d36a [file] [log] [blame]
{
"name": "HLApplePayTool",
"version": "1.0.0",
"summary": "简单的封装苹果支付工具",
"homepage": "https://github.com/hailong123/HLApplePayTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SeaDragon": "hailong_hl@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hailong123/HLApplePayTool.git",
"tag": "1.0.0"
},
"source_files": "HLTool/*.{h,m}",
"frameworks": "StoreKit",
"requires_arc": true
}