[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / b / PWWechatpayPlugin / 3.0.0 / PWWechatpayPlugin.podspec.json
blob342ae7d8456fb33ceeb7deb362987e23fdea5188
2   "name": "PWWechatpayPlugin",
3   "version": "3.0.0",
4   "summary": "PWWechatpayPlugin",
5   "description": "Plugin for Wechatpay 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/PWWechatpayPlugin",
24     "Plugins/PWWechatpayPlugin/Headers/*.{h,m}"
25   ],
26   "resources": "Plugins/PWWechatpayPlugin/PWWechatpayPluginResource.bundle",
27   "vendored_libraries": "Plugins/PWWechatpayPlugin/libPWWechatpayPlugin.a",
28   "libraries": [
29     "PWCoreSDK",
30     "WeChatSDK"
31   ],
32   "dependencies": {
33     "PWCoreSDK": [
34       ">= 3.0.0"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Wechatpay",
40       "source_files": "Plugins/PWWechatpayPlugin/Wechatpay/*.{h,m}",
41       "vendored_libraries": "Plugins/PWWechatpayPlugin/Wechatpay/libWeChatSDK.a",
42       "libraries": [
43         "z",
44         "c++",
45         "sqlite3.0"
46       ],
47       "frameworks": [
48         "UIKit",
49         "SystemConfiguration",
50         "Foundation",
51         "CoreTelephony",
52         "Security",
53         "CFNetwork"
54       ]
55     }
56   ]