[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 9 / ZPayManager / 0.1.1 / ZPayManager.podspec.json
blob520c73f2ed6f5af00d93f91755624139fd367438
2   "name": "ZPayManager",
3   "version": "0.1.1",
4   "summary": "ZPayManager 支付宝、微信支付 简便的管理类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhwx600/ZPayManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhwx600": "zhwx600@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhwx600/ZPayManager.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZPayManager.{h,m}",
22   "public_header_files": "ZPayManager.h",
23   "subspecs": [
24     {
25       "name": "OpenSSL",
26       "source_files": "OpenSSL/**/*.h",
27       "public_header_files": "OpenSSL/**/*.h",
28       "header_dir": "openssl",
29       "preserve_paths": [
30         "OpenSSL/libcrypto.a",
31         "OpenSSL/libssl.a"
32       ],
33       "vendored_libraries": [
34         "OpenSSL/libcrypto.a",
35         "OpenSSL/libssl.a"
36       ],
37       "header_mappings_dir": "OpenSSL/openssl"
38     },
39     {
40       "name": "ZWeChat",
41       "source_files": "ZWeChat/*.h",
42       "public_header_files": "ZWeChat/*.h",
43       "frameworks": [
44         "Foundation",
45         "UIKit",
46         "SystemConfiguration",
47         "Security",
48         "CoreTelephony",
49         "CFNetwork"
50       ],
51       "libraries": [
52         "z",
53         "sqlite3.0",
54         "c++"
55       ],
56       "requires_arc": true,
57       "vendored_libraries": "ZWeChat/libWeChatSDK.a"
58     },
59     {
60       "name": "ZAlipay",
61       "resources": "ZAlipay/AlipaySDK.bundle",
62       "vendored_frameworks": "ZAlipay/AlipaySDK.framework",
63       "frameworks": [
64         "SystemConfiguration",
65         "CoreTelephony",
66         "QuartzCore",
67         "CoreText",
68         "CoreGraphics",
69         "UIKit",
70         "Foundation",
71         "CFNetwork",
72         "CoreMotion"
73       ],
74       "libraries": [
75         "z",
76         "c++"
77       ],
78       "requires_arc": true,
79       "subspecs": [
80         {
81           "name": "Model",
82           "source_files": "ZAlipay/Model/**/*",
83           "public_header_files": "ZAlipay/Model/**/*.h"
84         },
85         {
86           "name": "Utils",
87           "source_files": "ZAlipay/Utils/**/*",
88           "public_header_files": "ZAlipay/Utils/**/*.h",
89           "dependencies": {
90             "ZPayManager/OpenSSL": [
92             ]
93           }
94         }
95       ]
96     }
97   ]