[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / a / XPay / 1.1.03 / XPay.podspec.json
blob36209abd16f64a16fb82c1f5af45dd6397b20d2e
2   "name": "XPay",
3   "version": "1.1.03",
4   "summary": "XPay iOS SDK",
5   "description": "旋涡科技支付组件,包含 支付宝、微信、百度钱包、银联。",
6   "homepage": "http://www.kkkd.com/home",
7   "license": "MIT",
8   "authors": {
9     "tongxuan": "tongxuan@ixiaopu.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/ouer2015/xpay_ios_demo.git",
16     "tag": "1.1.03"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Base",
21     "AliPay",
22     "WxPay",
23     "UnionPay"
24   ],
25   "subspecs": [
26     {
27       "name": "Base",
28       "source_files": "example/sdk/*.h",
29       "public_header_files": "example/sdk/*.h",
30       "vendored_libraries": "example/sdk/*.a",
31       "frameworks": [
32         "CFNetwork",
33         "SystemConfiguration",
34         "Security",
35         "ImageIO",
36         "MobileCoreServices",
37         "CoreTelephony"
38       ],
39       "ios": {
40         "libraries": [
41           "c++",
42           "stdc++",
43           "z"
44         ]
45       },
46       "xcconfig": {
47         "OTHER_LDFLAGS": "-lObjC"
48       }
49     },
50     {
51       "name": "AliPay",
52       "vendored_libraries": "example/sdk/Channel/Alipay/*.a",
53       "ios": {
54         "vendored_frameworks": "example/sdk/Channel/Alipay/AlipaySDK.framework"
55       },
56       "resources": "example/sdk/Channel/Alipay/AlipaySDK.bundle",
57       "dependencies": {
58         "XPay/Base": [
60         ]
61       }
62     },
63     {
64       "name": "WxPay",
65       "vendored_libraries": "example/sdk/Channel/WxPay/*.a",
66       "public_header_files": "example/sdk/Channel/WxPay/*.h",
67       "source_files": "example/sdk/Channel/WxPay/*.h",
68       "ios": {
69         "libraries": "sqlite3"
70       },
71       "dependencies": {
72         "XPay/Base": [
74         ]
75       }
76     },
77     {
78       "name": "UnionPay",
79       "vendored_libraries": "example/sdk/Channel/UnionPay/*.a",
80       "public_header_files": "example/sdk/Channel/UnionPay/*.h",
81       "source_files": "example/sdk/Channel/UnionPay/*.h",
82       "dependencies": {
83         "XPay/Base": [
85         ]
86       }
87     },
88     {
89       "name": "Bfb",
90       "frameworks": [
91         "AddressBook",
92         "AddressBookUI",
93         "AudioToolbox",
94         "CoreAudio",
95         "CoreGraphics",
96         "MapKit",
97         "MessageUI",
98         "QuartzCore"
99       ],
100       "public_header_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
101       "source_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
102       "resources": "example/sdk/Channel/BfbPay/*.bundle",
103       "vendored_libraries": "example/sdk/Channel/BfbPay/**/*.a",
104       "dependencies": {
105         "XPay/Base": [
107         ]
108       }
109     }
110   ]