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