[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 1 / f / YPMTheSDK / 1.0.6 / YPMTheSDK.podspec.json
bloba4071835c0a3c915889377116af3b6149ee021f1
2   "name": "YPMTheSDK",
3   "version": "1.0.6",
4   "summary": "YPMTheSDK",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。",
6   "homepage": "https://github.com/samwitiwiki/YPMTheSDK",
7   "license": "MIT",
8   "authors": {
9     "SamPan": "568013410@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/samwitiwiki/YPMTheSDK.git",
16     "tag": "1.0.6"
17   },
18   "source_files": "PayPlus",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PayPlus/*.h",
26       "public_header_files": "PayPlus/*.h",
27       "vendored_libraries": "PayPlus/*.a",
28       "frameworks": [
29         "CFNetwork",
30         "SystemConfiguration",
31         "Security"
32       ],
33       "ios": {
34         "libraries": [
35           "c++",
36           "stdc++",
37           "z",
38           "sqlite3.0"
39         ]
40       },
41       "xcconfig": {
42         "OTHER_LDFLAGS": "-ObjC"
43       }
44     },
45     {
46       "name": "Alipay",
47       "ios": {
48         "vendored_frameworks": "PayPlus/Channels/Alipay/AlipaySDK.framework"
49       },
50       "resources": "PayPlus/Channels/Alipay/AlipaySDK.bundle",
51       "frameworks": [
52         "CoreMotion",
53         "CoreTelephony"
54       ],
55       "vendored_libraries": "PayPlus/Channels/Alipay/*.a",
56       "dependencies": {
57         "YPMTheSDK/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Wxpay",
64       "vendored_libraries": "PayPlus/Channels/Wxpay/*.a",
65       "dependencies": {
66         "YPMTheSDK/Core": [
68         ]
69       },
70       "frameworks": "CoreTelephony"
71     }
72   ]