[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / a / XPay / 1.1.11 / XPay.podspec.json
blob1a5cd4324380e57755bda92822fd759337f03e0f
2   "name": "XPay",
3   "version": "1.1.11",
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.11"
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       "frameworks": [
53         "CoreMotion",
54         "CoreText",
55         "CoreGraphics"
56       ],
57       "vendored_libraries": "example/sdk/Channel/Alipay/*.a",
58       "ios": {
59         "vendored_frameworks": "example/sdk/Channel/Alipay/AlipaySDK.framework"
60       },
61       "resources": "example/sdk/Channel/Alipay/AlipaySDK.bundle",
62       "dependencies": {
63         "XPay/Base": [
65         ]
66       }
67     },
68     {
69       "name": "WxPay",
70       "vendored_libraries": "example/sdk/Channel/WxPay/*.a",
71       "public_header_files": "example/sdk/Channel/WxPay/*.h",
72       "source_files": "example/sdk/Channel/WxPay/*.h",
73       "ios": {
74         "libraries": "sqlite3"
75       },
76       "dependencies": {
77         "XPay/Base": [
79         ]
80       }
81     },
82     {
83       "name": "UnionPay",
84       "vendored_libraries": "example/sdk/Channel/UnionPay/*.a",
85       "public_header_files": "example/sdk/Channel/UnionPay/*.h",
86       "source_files": "example/sdk/Channel/UnionPay/*.h",
87       "dependencies": {
88         "XPay/Base": [
90         ]
91       }
92     },
93     {
94       "name": "Bfb",
95       "frameworks": [
96         "AddressBook",
97         "AddressBookUI",
98         "AudioToolbox",
99         "CoreAudio",
100         "CoreGraphics",
101         "MessageUI",
102         "QuartzCore",
103         "LocalAuthentication",
104         "CoreLocation"
105       ],
106       "public_header_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
107       "source_files": "example/sdk/Channel/BfbPay/Library/**/*.h",
108       "resources": "example/sdk/Channel/BfbPay/*.bundle",
109       "vendored_libraries": "example/sdk/Channel/BfbPay/**/*.a",
110       "ios": {
111         "vendored_frameworks": "example/sdk/Channel/BfbPay/*.framework"
112       },
113       "dependencies": {
114         "XPay/Base": [
116         ]
117       }
118     }
119   ]