[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 7 / c / d / RZPayManager / 0.1.8 / RZPayManager.podspec.json
blobcf22473d1c56bc1f594c907b41499d4edf04ccf2
2   "name": "RZPayManager",
3   "version": "0.1.8",
4   "summary": "RZPayManager 是整合了微信,支付宝等第三方支付的支付组件",
5   "description": "RZPayManager是对时下各第三方支付平台的整合,将支付的调用简单化,组件化。",
6   "homepage": "https://github.com/ReyZhang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "reyzhang": "27196849@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ReyZhang/RZPayManager.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 armv7s arm64"
23   },
24   "source_files": "RZPayManager/Classes/**/*",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "AlipaySDK-iOS": [
31       "~> 15.7.4"
32     ],
33     "WechatOpenSDK": [
34       "~> 1.8.7.1"
35     ],
36     "MBProgressHUD": [
37       "~> 1.2.0"
38     ]
39   },
40   "static_framework": true,
41   "vendored_libraries": "RZPayManager/Classes/UPPay/*.a",
42   "subspecs": [
43     {
44       "name": "Category",
45       "source_files": "RZPayManager/Classes/Category/**/*",
46       "frameworks": [
47         "UIKit",
48         "Foundation"
49       ]
50     },
51     {
52       "name": "Core",
53       "source_files": "RZPayManager/Classes/Core/**/*",
54       "frameworks": [
55         "UIKit",
56         "Foundation"
57       ],
58       "dependencies": {
59         "RZPayManager/Category": [
61         ],
62         "RZPayManager/UPPay": [
64         ]
65       }
66     },
67     {
68       "name": "UPPay",
69       "vendored_libraries": "RZPayManager/Classes/UPPay/*.a",
70       "source_files": "RZPayManager/Classes/UPPay/*.h"
71     }
72   ]