[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / 6 / PaymaxSDK / 1.0.1 / PaymaxSDK.podspec.json
blobf64b8c9d267cc86ca90e834206cba13f2d263e60
2   "name": "PaymaxSDK",
3   "version": "1.0.1",
4   "summary": "PaymaxSDK task",
5   "description": "lkl-boss-sdk\nlkl-boss-sdk\nlkl-boss-sdk\nlkl-boss-sdk",
6   "homepage": "https://github.com/daimakuangmo/PaymaxSDK",
7   "license": "MIT",
8   "platforms": {
9     "ios": "8.1"
10   },
11   "authors": {
12     "wangxiaoqiang": "codeingwang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/daimakuangmo/PaymaxSDK.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Paymax",
21     "Alipay",
22     "LKL"
23   ],
24   "dependencies": {
25     "WechatOpenSDK": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Paymax",
32       "source_files": "PaymaxSDK/*.h",
33       "public_header_files": "PaymaxSDK/*.h",
34       "vendored_libraries": "PaymaxSDK/*.a",
35       "frameworks": [
36         "CFNetwork",
37         "SystemConfiguration",
38         "Security",
39         "CoreLocation",
40         "CoreMotion",
41         "CoreTelephony"
42       ],
43       "ios": {
44         "libraries": [
45           "c++",
46           "stdc++",
47           "z"
48         ]
49       },
50       "xcconfig": {
51         "OTHER_LDFLAGS": "-ObjC"
52       }
53     },
54     {
55       "name": "Alipay",
56       "vendored_libraries": "PaymaxSDK/Paymax+alipay/*.a",
57       "ios": {
58         "vendored_frameworks": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.framework"
59       },
60       "resources": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.bundle",
61       "dependencies": {
62         "PaymaxSDK/Paymax": [
64         ]
65       }
66     },
67     {
68       "name": "LKL",
69       "source_files": "PaymaxSDK/Paymax+lkl/lkl/*.h",
70       "vendored_libraries": "PaymaxSDK/Paymax+lkl/lkl/*.a",
71       "resources": "PaymaxSDK/Paymax+lkl/lkl/LKLImages.bundle",
72       "dependencies": {
73         "PaymaxSDK/Paymax": [
75         ]
76       }
77     }
78   ]