[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / 1 / 9 / 8 / CoinQPay / 0.1.4 / CoinQPay.podspec.json
blob9ec83b502a2345a8d5db3bba0584cf02975342df
2   "name": "CoinQPay",
3   "version": "0.1.4",
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.4"
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   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
39     "ENABLE_USER_SCRIPT_SANDBOXING": "NO"
40   },
41   "frameworks": [
42     "UIKit",
43     "Foundation"
44   ],
45   "dependencies": {
46     "Masonry": [
47       "1.1.0"
48     ],
49     "OpenSSL-Universal": [
50       "1.0.2.13"
51     ],
52     "Protobuf": [
53       "3.13.0"
54     ]
55   }