[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / 8 / 2 / b / PWWechatpayPlugin / 2.0.0 / PWWechatpayPlugin.podspec.json
blob9409f3ad907b8d1bf147ddc30a5d3ac7087ef4a8
2   "name": "PWWechatpayPlugin",
3   "version": "2.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": "v2.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       "~> 2.0.0"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Wechatpay",
40       "vendored_libraries": "Plugins/PWWechatpayPlugin/Wechatpay/libWeChatSDK.a",
41       "libraries": [
42         "z",
43         "c++",
44         "sqlite3.0"
45       ],
46       "frameworks": [
47         "UIKit",
48         "SystemConfiguration",
49         "Foundation",
50         "CoreTelephony",
51         "Security"
52       ]
53     }
54   ]