blob: 244929fb9180ff13def336966e059dd35e491f7c [file] [log] [blame]
{
"name": "MoPay",
"version": "0.0.6",
"summary": "MoPay is an easy way to use Alipay, WeChatPay And IAP.",
"description": " MoPay is an easy way to use Alipay, WeChatPay And IAP\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://coding.net/u/jeff/p/MoPay-iOS/git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javen_liu": "412775083@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://git.coding.net/jeff/MoPay-iOS.git",
"tag": "0.0.6"
},
"source_files": [
"MoPaySDK",
"MoPay/MoPaySDK/**/*.{h,m}"
],
"vendored_libraries": "MoPay/MoPaySDK/SDK/WeChatSDK/libWeChatSDK.a",
"vendored_frameworks": "MoPay/MoPaySDK/SDK/AliPaySDK/AlipaySDK.framework",
"resources": "MoPay/MoPaySDK/SDK/AliPaySDK/AlipaySDK.bundle",
"frameworks": "AlipaySDK",
"libraries": "WeChatSDK",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
]
}
}