[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / b / 8 / sdkTest / 1.0.0 / sdkTest.podspec.json
bloba33a94666aa42aaabe470e129df61270344613e6
2   "name": "sdkTest",
3   "version": "1.0.0",
4   "summary": "WalletPay ios SDK.",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n           让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n           支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。",
6   "homepage": "http://xywallet.com",
7   "license": "MIT",
8   "authors": {
9     "aduo": "793709333@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/aduoSmile/sdkTest.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "lib/*.h",
19   "public_header_files": "lib/*.h",
20   "frameworks": [
21     "CFNetwork",
22     "SystemConfiguration",
23     "Security",
24     "CoreMotion",
25     "CoreTelephony"
26   ],
27   "vendored_libraries": [
28     "lib/*.a",
29     "lib/channels/Alipay/*.a"
30   ],
31   "ios": {
32     "vendored_frameworks": "lib/channels/Alipay/*.framework",
33     "libraries": [
34       "c++",
35       "stdc++",
36       "z"
37     ]
38   },
39   "resources": "lib/channels/Alipay/*.bundle",
40   "requires_arc": true,
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC"
43   }