[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / f / a / RedpacketLib / 3.5.0 / RedpacketLib.podspec.json
blobbc36f3bb8f5d2541e057911a7391b2d0ed61707d
2   "name": "RedpacketLib",
3   "version": "3.5.0",
4   "summary": "RedpacketSDK",
5   "description": "RedpacketSDK, allow you to send redpacket in your project.\n* Redpacket\n* Alipay\n* 支付宝支付\n* 红包SDK\n* 发红包",
6   "homepage": "http://yunzhanghu.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mr.Yang": "tonggang.yang@yunzhanghu.com"
13   },
14   "source": {
15     "git": "https://github.com/YunzhanghuOpen/cocoapods-RedpacketLib.git",
16     "tag": "3.5.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "vendored_libraries": "RedpacketStaticLib/lib/*.a",
26   "source_files": "RedpacketStaticLib/*.{h,m}",
27   "public_header_files": "RedpacketStaticLib/*.h",
28   "resources": [
29     "RedpacketStaticLib/resources/*.bundle"
30   ],
31   "frameworks": [
32     "AudioToolbox",
33     "CFNetwork"
34   ],
35   "documentation_url": "https://new.yunzhanghu.com/",
36   "dependencies": {
37     "RedPacketAlipay": [
39     ]
40   }