[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 7 / ipaynowplugin / 2.0.5 / ipaynowplugin.podspec.json
blob82ae6d020d72dd4d118a104c650188c3cddeaf81
2   "name": "ipaynowplugin",
3   "version": "2.0.5",
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": "2.0.5"
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       "frameworks": [
27         "CoreGraphics",
28         "CoreTelephony",
29         "QuartzCore",
30         "SystemConfiguration",
31         "Security",
32         "Foundation",
33         "UIKit"
34       ],
35       "ios": {
36         "libraries": [
37           "z",
38           "sqlite3.0",
39           "c++",
40           "stdc++"
41         ]
42       },
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       }
46     },
47     {
48       "name": "Alipay",
49       "ios": {
50         "vendored_frameworks": "lib/Channels/AliPayPlugin/AlipaySDK.framework"
51       },
52       "resources": "lib/Channels/AliPayPlugin/AlipaySDK.bundle",
53       "frameworks": "CoreMotion",
54       "dependencies": {
55         "ipaynowplugin/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Weixin",
62       "ios": {
63         "vendored_libraries": "lib/Channels/WechatPlugin/*.a"
64       },
65       "source_files": "lib/Channels/WechatPlugin/*.h",
66       "public_header_files": "lib/Channels/WechatPlugin/*.h",
67       "dependencies": {
68         "ipaynowplugin/Core": [
70         ]
71       }
72     },
73     {
74       "name": "Unionpay",
75       "vendored_libraries": "lib/Channels/UPPayPlugin/*.a",
76       "source_files": "lib/Channels/UPPayPlugin/*.h",
77       "dependencies": {
78         "ipaynowplugin/Core": [
80         ]
81       }
82     },
83     {
84       "name": "BaiduWallet",
85       "public_header_files": "lib/Channels/BDWalletSDK/Library/**/*.h",
86       "source_files": "lib/Channels/BDWalletSDK/Library/**/*.h",
87       "resources": "lib/Channels/BDWalletSDK/*.bundle",
88       "vendored_libraries": "lib/Channels/BDWalletSDK/**/*.a",
89       "frameworks": [
90         "AddressBook",
91         "AddressBookUI",
92         "AudioToolbox",
93         "CoreAudio",
94         "ImageIO",
95         "MessageUI",
96         "MobileCoreServices"
97       ],
98       "dependencies": {
99         "ipaynowplugin/Core": [
101         ]
102       }
103     },
104     {
105       "name": "ApplePay",
106       "source_files": "lib/Channels/UPApplePay/*.h",
107       "public_header_files": "lib/Channels/UPApplePay/*.h",
108       "vendored_libraries": "lib/Channels/UPApplePay/*.a",
109       "ios": {
110         "weak_frameworks": "PassKit"
111       },
112       "dependencies": {
113         "ipaynowplugin/Core": [
115         ]
116       }
117     }
118   ]