[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / f / a / RedpacketLib / 3.5.2 / RedpacketLib.podspec.json
blob93ba51e4a89f51c0def9f4d1d2ddf5c1dc2b14d1
2   "name": "RedpacketLib",
3   "version": "3.5.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.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   }