[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 8 / CoinQPay / 0.1.1 / CoinQPay.podspec.json
blobb9ef1c421c8c64fccbc0348625ef25fbd3ac6875
2   "name": "CoinQPay",
3   "version": "0.1.1",
4   "summary": "快速接入支付API",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dushiling/CoinQPay",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dushiling": "1197467923@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/dushiling/CoinQPay.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "xcconfig": {
22     "CLANG_MODULES_AUTOLINK": "YES"
23   },
24   "requires_arc": true,
25   "static_framework": true,
26   "vendored_frameworks": [
27     "CoinQPay/CoinQPay.framework",
28     "CoinQPay/TPSDK.framework"
29   ],
30   "resources": [
31     "CoinQPay/CoinQPay.framework/CoinQPayResource.bundle",
32     "CoinQPay/TPSDK.framework/TPSDKBundle.bundle"
33   ],
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "frameworks": [
41     "UIKit",
42     "Foundation"
43   ],
44   "dependencies": {
45     "Masonry": [
46       "1.1.0"
47     ],
48     "OpenSSL-Universal": [
49       "1.0.2.13"
50     ],
51     "Protobuf": [
52       "3.13.0"
53     ]
54   }