[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 5 / PWAlipayPlugin / 3.0.0 / PWAlipayPlugin.podspec.json
blob4c8fd6cdbfcdbc294fb1952bb51730e8474016f8
2   "name": "PWAlipayPlugin",
3   "version": "3.0.0",
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": "v3.0.0"
21   },
22   "source_files": [
23     "Plugins/PWAlipayPlugin",
24     "Plugins/PWAlipayPlugin/Headers/*.{h,m}"
25   ],
26   "resources": "Plugins/PWAlipayPlugin/PWAlipayPluginResource.bundle",
27   "vendored_libraries": "Plugins/PWAlipayPlugin/libPWAlipayPlugin.a",
28   "libraries": "PWCoreSDK",
29   "frameworks": "AlipaySDK",
30   "dependencies": {
31     "PWCoreSDK": [
32       ">= 3.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   ]