[Add] BitmovinPlayer 3.82.1-a.4
[CocoaPods.git] / Specs / 0 / 5 / c / TSYPay / 0.1.36 / TSYPay.podspec.json
blob2a444de1cb4d64f78a49051dd5c037d71b84d223
2   "name": "TSYPay",
3   "version": "0.1.36",
4   "summary": "TSYPay.",
5   "homepage": "https://gitlab.com/allinpay/tsypay",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lengyc": "lengyc@allinpay.com"
12   },
13   "source": {
14     "git": "git@gitlab.com:allinpay/tsypay.git",
15     "tag": "0.1.36"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "dependencies": {
21     "AlipaySDK-iOS": [
22       "~> 15.6"
23     ],
24     "WechatOpenSDK": [
25       "~> 1.8"
26     ],
27     "MJRefresh": [
28       "~> 3.3.1"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
34   },
35   "user_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "frameworks": [
39     "CFNetwork",
40     "SystemConfiguration"
41   ],
42   "libraries": "z",
43   "static_framework": true,
44   "subspecs": [
45     {
46       "name": "paymentcontrol",
47       "source_files": "TSYPay/paymentcontrol/*{.h}",
48       "ios": {
49         "preserve_paths": "TSYPay/paymentcontrol/libPaymentControl.a",
50         "vendored_libraries": "TSYPay/paymentcontrol/libPaymentControl.a"
51       },
52       "libraries": "PaymentControl",
53       "xcconfig": {
54         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/TSYPay/TSYPay/paymentcontrol/**"
55       }
56     },
57     {
58       "name": "Classes",
59       "source_files": "TSYPay/Classes/*.{h,m}",
60       "resource_bundles": {
61         "TSYPayResources": "TSYPay/Assets/**/*"
62       },
63       "public_header_files": "TSPay/Classes/TSYPay.h",
64       "dependencies": {
65         "TSYPay/paymentcontrol": [
67         ]
68       }
69     }
70   ]