[Add] Airwallex 5.6.0
[CocoaPods.git] / Specs / e / 3 / 3 / Airwallex / 5.6.0 / Airwallex.podspec.json
blob3ad57ecb9bbd700097aeb31c9003bd8aaba773ba
2   "name": "Airwallex",
3   "version": "5.6.0",
4   "summary": "Integrate Airwallex into your iOS app",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://www.airwallex.com/docs/#overview",
10   "authors": {
11     "Airwallex": "pa_mobile_sdk@airwallex.com"
12   },
13   "source": {
14     "git": "https://github.com/airwallex/airwallex-payment-ios.git",
15     "tag": "5.6.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "static_framework": true,
21   "default_subspecs": [
22     "Core",
23     "WeChatPay",
24     "Card",
25     "Redirect",
26     "ApplePay"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Airwallex/Core/Sources/**/*.{swift,h,m}",
32       "public_header_files": "Airwallex/Core/Sources/*.h",
33       "resources": [
34         "Airwallex/Core/Resources/AirwallexCore.bundle"
35       ],
36       "vendored_frameworks": [
37         "Frameworks/AirTracker.xcframework",
38         "Frameworks/AirwallexRisk.xcframework"
39       ]
40     },
41     {
42       "name": "WeChatPay",
43       "dependencies": {
44         "Airwallex/Core": [
46         ],
47         "WechatOpenSDK": [
48           "1.9.7"
49         ]
50       },
51       "source_files": "Airwallex/WeChatPay/**/*.{h,m}",
52       "public_header_files": "Airwallex/WeChatPay/*.h",
53       "pod_target_xcconfig": {
54         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
55       },
56       "user_target_xcconfig": {
57         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
58       }
59     },
60     {
61       "name": "Card",
62       "dependencies": {
63         "Airwallex/Core": [
65         ]
66       },
67       "source_files": [
68         "Airwallex/Card/**/*.{swift,h,m}",
69         "Airwallex/Airwallex.h"
70       ],
71       "public_header_files": [
72         "Airwallex/Card/*.h",
73         "Airwallex/Airwallex.h"
74       ]
75     },
76     {
77       "name": "Redirect",
78       "dependencies": {
79         "Airwallex/Core": [
81         ]
82       },
83       "source_files": [
84         "Airwallex/Redirect/**/*.{swift,h,m}",
85         "Airwallex/Airwallex.h"
86       ],
87       "public_header_files": [
88         "Airwallex/Redirect/*.h",
89         "Airwallex/Airwallex.h"
90       ]
91     },
92     {
93       "name": "ApplePay",
94       "dependencies": {
95         "Airwallex/Core": [
97         ]
98       },
99       "source_files": "Airwallex/ApplePay/**/*.{h,m}",
100       "public_header_files": "Airwallex/ApplePay/*.h"
101     }
102   ]