[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / b / a / TSYUPPaySDK / 1.1.0 / TSYUPPaySDK.podspec.json
blob88c1dff5de1a3da9684541b63ef8c623704388c6
2   "name": "TSYUPPaySDK",
3   "version": "1.1.0",
4   "summary": "银联支付控件 for iOS",
5   "homepage": "https://gitlab.com/allinpay/tsyuppayplugin",
6   "license": {
7     "type": "Copyright",
8     "text": "中国银联 版权所有."
9   },
10   "authors": {
11     "unionpay": "https://open.unionpay.com/ajweb/index"
12   },
13   "source": {
14     "git": "git@gitlab.com:allinpay/tsyuppayplugin.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "libUPPaySDK/*.h",
22   "vendored_libraries": "libUPPaySDK/*.a",
23   "resource_bundles": {
24     "UPPaySDKesources": "libUPPaySDK/*"
25   },
26   "frameworks": [
27     "CFNetwork",
28     "SystemConfiguration",
29     "Security"
30   ],
31   "libraries": [
32     "z",
33     "stdc++"
34   ],
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   }