blob: de70939646eee14341c0890bf2872bab5c708a0c [file] [log] [blame]
{
"name": "Redpacket_iOS",
"version": "3.1.4",
"summary": "RedpacketSDK",
"description": "RedpacketSDK, allow you to send redpacket in your project.",
"homepage": "http://yunzhanghu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mr.Yang": "tonggang.yang@yunzhanghu.com"
},
"source": {
"git": "https://github.com/yunzhanghuOpen/Redpacket_iOS.git",
"tag": "3.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"vendored_libraries": "RedpacketStaticLib/lib/*.a",
"source_files": "RedpacketStaticLib/*.{h,m}",
"public_header_files": "RedpacketStaticLib/*.h",
"resources": [
"RedpacketStaticLib/resources/*.bundle"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"deprecated": true
}