[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 2 / 6 / 7 / ipaynowplugin / 1.7.3.42 / ipaynowplugin.podspec.json
blob729c50c95887cd0ad0ca18e42bccfc91fb93dd6a
2   "name": "ipaynowplugin",
3   "version": "1.7.3.42",
4   "summary": "ipaynowplugin SDK",
5   "description": "Help developer to quickly intergrate variety of payment methods",
6   "homepage": "http://www.ipaynow.cn",
7   "license": "MIT",
8   "authors": {
9     "Hstripe": "huangrui@ipaynow.cn"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Hstripe/libipaynow.git",
16     "tag": "1.7.3.42"
17   },
18   "default_subspecs": "Core",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "lib/*.h",
24       "public_header_files": "lib/*.h",
25       "vendored_libraries": "lib/*.a",
26       "resources": "lib/*.bundle",
27       "frameworks": [
28         "CoreGraphics",
29         "CoreTelephony",
30         "QuartzCore",
31         "SystemConfiguration",
32         "Security",
33         "Foundation",
34         "UIKit"
35       ],
36       "ios": {
37         "libraries": [
38           "z",
39           "sqlite3.0",
40           "c++",
41           "stdc++"
42         ]
43       },
44       "xcconfig": {
45         "OTHER_LDFLAGS": "-ObjC"
46       }
47     },
48     {
49       "name": "Alipay",
50       "ios": {
51         "vendored_frameworks": "lib/Channels/AliPayPlugin/AlipaySDK.framework"
52       },
53       "resources": "lib/Channels/AliPayPlugin/AlipaySDK.bundle",
54       "dependencies": {
55         "ipaynowplugin/Core": [
57         ]
58       },
59       "frameworks": "CoreMotion"
60     },
61     {
62       "name": "Weixin",
63       "ios": {
64         "vendored_libraries": "lib/Channels/WechatPlugin/*.a"
65       },
66       "source_files": "lib/Channels/WechatPlugin/*.h",
67       "public_header_files": "lib/Channels/WechatPlugin/*.h",
68       "dependencies": {
69         "ipaynowplugin/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Unionpay",
76       "vendored_libraries": "lib/Channels/UPPayPlugin/*.a",
77       "source_files": "lib/Channels/UPPayPlugin/*.h",
78       "dependencies": {
79         "ipaynowplugin/Core": [
81         ]
82       }
83     },
84     {
85       "name": "ApplePay",
86       "source_files": "lib/Channels/UPApplePay/*.h",
87       "public_header_files": "lib/Channels/UPApplePay/*.h",
88       "vendored_libraries": "lib/Channels/UPApplePay/*.a",
89       "dependencies": {
90         "ipaynowplugin/Core": [
92         ]
93       },
94       "frameworks": "PassKit"
95     }
96   ]