blob: 43df7c9ca027a3dd9649ddeaa87192c04818e7e4 [file] [log] [blame]
{
"name": "RedpacketLib",
"version": "3.5.1",
"summary": "RedpacketSDK",
"description": "RedpacketSDK, allow you to send redpacket in your project.\n* Redpacket\n* Alipay\n* 支付宝支付\n* 钱包版\n* 红包SDK\n* 发红包",
"homepage": "http://yunzhanghu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mr.Yang": "tonggang.yang@yunzhanghu.com"
},
"source": {
"git": "https://github.com/YunzhanghuOpen/cocoapods-RedpacketLib.git",
"tag": "3.5.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "RedpacketStaticLib/lib/*.a",
"source_files": "RedpacketStaticLib/*.{h,m}",
"public_header_files": "RedpacketStaticLib/*.h",
"resources": [
"RedpacketStaticLib/resources/*.bundle"
],
"frameworks": [
"AudioToolbox",
"CFNetwork"
],
"documentation_url": "https://new.yunzhanghu.com/",
"dependencies": {
"RedPacketAlipay": [
]
}
}