[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 2 / 6 / 7 / ipaynowplugin / 1.7.4 / ipaynowplugin.podspec.json
blobff8544b47499ab6199372074a6b9059d65e4ec62
2   "name": "ipaynowplugin",
3   "version": "1.7.4",
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.4"
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       "frameworks": "CoreMotion",
55       "dependencies": {
56         "ipaynowplugin/Core": [
58         ]
59       }
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": "BaiduWallet",
86       "public_header_files": "lib/Channels/BDWalletSDK/Library/**/*.h",
87       "source_files": "lib/Channels/BDWalletSDK/Library/**/*.h",
88       "resources": "lib/Channels/BDWalletSDK/*.bundle",
89       "vendored_libraries": "lib/Channels/BDWalletSDK/**/*.a",
90       "frameworks": [
91         "AddressBook",
92         "AddressBookUI",
93         "AudioToolbox",
94         "CoreAudio",
95         "ImageIO",
96         "MessageUI",
97         "MobileCoreServices"
98       ],
99       "dependencies": {
100         "ipaynowplugin/Core": [
102         ]
103       }
104     },
105     {
106       "name": "ApplePay",
107       "source_files": "lib/Channels/UPApplePay/*.h",
108       "public_header_files": "lib/Channels/UPApplePay/*.h",
109       "vendored_libraries": "lib/Channels/UPApplePay/*.a",
110       "ios": {
111         "weak_frameworks": "PassKit"
112       },
113       "dependencies": {
114         "ipaynowplugin/Core": [
116         ]
117       }
118     }
119   ]