[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / d / PaySDK / 0.0.4 / PaySDK.podspec.json
blob392f688afa41f6da0a71e00c0b2a232d1baea651
2   "name": "PaySDK",
3   "version": "0.0.4",
4   "summary": "SDK for weixin,alipay and unionpay",
5   "homepage": "https://github.com/Xiaotengzxf/PaySDK",
6   "license": "MIT",
7   "authors": {
8     "Xiaotengzxf": "315082431@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/Xiaotengzxf/PaySDK.git",
15     "tag": "0.0.4"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Central",
20     "Alipay",
21     "WeiXin"
22   ],
23   "subspecs": [
24     {
25       "name": "Central",
26       "vendored_frameworks": "PaySDK/TTG/PaySDK.framework",
27       "resources": "PaySDK/TTG/PaySDK.bundle",
28       "requires_arc": true,
29       "ios": {
30         "libraries": [
31           "c++",
32           "z"
33         ]
34       },
35       "frameworks": [
36         "SystemConfiguration",
37         "QuartzCore",
38         "CoreTelephony",
39         "Foundation",
40         "CoreGraphics",
41         "UIKit"
42       ],
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       },
46       "dependencies": {
47         "PaySDK/Alipay": [
49         ],
50         "PaySDK/WeiXin": [
52         ]
53       }
54     },
55     {
56       "name": "Alipay",
57       "vendored_frameworks": "PaySDK/Channel/Alipay/AlipaySDK.framework"
58     },
59     {
60       "name": "WeiXin",
61       "vendored_libraries": "PaySDK/Channel/WeiXin/libWeChatSDK.a",
62       "source_files": "PaySDK/Channel/WeiXin/*.h",
63       "ios": {
64         "libraries": [
65           "sqlite3",
66           "c++"
67         ]
68       }
69     }
70   ]