[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / a / 2 / XPaySDK / 0.0.5 / XPaySDK.podspec.json
blobdc61bbe744965e089c18fc67a490f29795676e89
2   "name": "XPaySDK",
3   "version": "0.0.5",
4   "summary": "The aggregation of payment on iOS.",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付、支付宝支付、点指金融支付",
6   "homepage": "https://github.com/Casum/XPaySDK",
7   "license": "MIT",
8   "authors": {
9     "Casum": "casum.liang@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Casum/XPaySDK.git",
16     "tag": "0.0.5"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "lib/*.h",
27       "public_header_files": "lib/*.h",
28       "vendored_libraries": "lib/*.a",
29       "frameworks": [
30         "Foundation",
31         "UIKit",
32         "QuartzCore",
33         "Security",
34         "SystemConfiguration",
35         "CFNetwork"
36       ],
37       "ios": {
38         "libraries": [
39           "stdc++",
40           "sqlite3.0",
41           "z",
42           "c++"
43         ]
44       },
45       "xcconfig": {
46         "OTHER_LDFLAGS": "-ObjC"
47       }
48     },
49     {
50       "name": "Alipay",
51       "ios": {
52         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
53       },
54       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
55       "frameworks": [
56         "CoreMotion",
57         "CoreTelephony"
58       ],
59       "dependencies": {
60         "XPaySDK/Core": [
62         ]
63       }
64     }
65   ]