[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / a / XPay / 1.1.0 / XPay.podspec.json
blob614b7578df712792b204460107874a185e241548
2   "name": "XPay",
3   "version": "1.1.0",
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.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Base",
21     "Alipay",
22     "Wx",
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       ],
38       "ios": {
39         "libraries": [
40           "c++",
41           "stdc++",
42           "z"
43         ]
44       },
45       "xcconfig": {
46         "OTHER_LDFLAGS": "-lObjC"
47       }
48     },
49     {
50       "name": "Alipay",
51       "vendored_libraries": "example/sdk/Channel/Alipay/*.a",
52       "ios": {
53         "vendored_frameworks": "example/sdk/Channel/Alipay/AlipaySDK.framework"
54       },
55       "resources": "example/sdk/Channel/Alipay/AlipaySDK.bundle",
56       "dependencies": {
57         "XPay/Base": [
59         ]
60       }
61     },
62     {
63       "name": "Wx",
64       "vendored_libraries": "example/sdk/Channel/WxPay/*.a",
65       "public_header_files": "example/sdk/Channel/WxPay/*.h",
66       "source_files": "example/sdk/Channel/WxPay/*.h",
67       "ios": {
68         "libraries": "sqlite3"
69       },
70       "dependencies": {
71         "XPay/Base": [
73         ]
74       }
75     },
76     {
77       "name": "UnionPay",
78       "vendored_libraries": "example/sdk/Channel/UnionPay/*.a",
79       "public_header_files": "example/sdk/Channel/UnionPay/*.h",
80       "source_files": "example/sdk/Channel/UnionPay/*.h",
81       "dependencies": {
82         "XPay/Base": [
84         ]
85       }
86     },
87     {
88       "name": "Bfb",
89       "frameworks": [
90         "CoreTelephony",
91         "AddressBook",
92         "AddressBookUI",
93         "AudioToolbox",
94         "CoreAudio",
95         "CoreGraphics",
96         "ImageIO",
97         "MapKit",
98         "MessageUI",
99         "MobileCoreServices",
100         "QuartzCore"
101       ],
102       "public_header_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
103       "source_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
104       "resources": "example/sdk/Channel/BfbPay/*.bundle",
105       "vendored_libraries": "example/sdk/Channel/BfbPay/**/*.a",
106       "dependencies": {
107         "XPay/Base": [
109         ]
110       }
111     }
112   ]