[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / d / a / 5 / PWAlipayPlugin / 2.2.2 / PWAlipayPlugin.podspec.json
blob7afec687f0ffc5327157b440915755959e19ec4d
2   "name": "PWAlipayPlugin",
3   "version": "2.2.2",
4   "summary": "PWAlipayPlugin",
5   "description": "Plugin for Alipay payment option for PWCoreSDK",
6   "homepage": "http://paymentwall.com",
7   "authors": {
8     "tien.vu": "kyle.vu@paymentwall.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
20     "tag": "v2.2.2"
21   },
22   "source_files": [
23     "Plugins/PWAlipayPlugin",
24     "Plugins/PWAlipayPlugin/Headers/*.{h,m}"
25   ],
26   "resources": "Plugins/PWAlipayPlugin/PWAlipayPlugin.bundle",
27   "vendored_libraries": "Plugins/PWAlipayPlugin/libPWAlipayPlugin.a",
28   "libraries": "PWCoreSDK",
29   "frameworks": "AlipaySDK",
30   "dependencies": {
31     "PWCoreSDK": [
32       ">= 2.0.0"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Alipay",
38       "vendored_frameworks": "Plugins/PWAlipayPlugin/AlipaySDK.framework",
39       "libraries": [
40         "z",
41         "c++"
42       ],
43       "resources": "Plugins/PWAlipayPlugin/AlipaySDK.bundle",
44       "frameworks": [
45         "UIKit",
46         "CFNetwork",
47         "CoreGraphics",
48         "SystemConfiguration",
49         "Foundation",
50         "CoreMotion",
51         "CFNetwork",
52         "QuartzCore",
53         "CoreText",
54         "CoreTelephony"
55       ]
56     }
57   ]