[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / 9 / 8 / CoinQPay / 0.1.2 / CoinQPay.podspec.json
blob173192009c127d1f1c43db700b4d2cdb2881eec3
2   "name": "CoinQPay",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.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     "IPHONEOS_DEPLOYMENT_TARGET": "10.0"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
40     "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
41   },
42   "frameworks": [
43     "UIKit",
44     "Foundation"
45   ],
46   "dependencies": {
47     "Masonry": [
48       "1.1.0"
49     ],
50     "OpenSSL-Universal": [
51       "1.0.2.13"
52     ],
53     "Protobuf": [
54       "3.13.0"
55     ]
56   }