[Add] VonageMLTransformers 4.0.0-dev.395
[CocoaPods.git] / Specs / 2 / 3 / d / CoinQPay-iOS / 0.1.0 / CoinQPay-iOS.podspec.json
blob2bef3f42ad01403c4ed70944d129208936433d7f
2   "name": "CoinQPay-iOS",
3   "version": "0.1.0",
4   "summary": "A Coin checkstand SDK",
5   "description": "CoinQPay-iOS是一个收银台, 整合了主流的中心化钱包支付SDK,用于简化iOS应用中的数据管理和用户界面交互。",
6   "homepage": "https://github.com/coinq-pay/CoinQPay-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dslAnna": "shilingdu176@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/coinq-pay/CoinQPay-iOS.git",
16     "tag": "0.1.0"
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-iOS/CoinQPay.framework",
28     "CoinQPay-iOS/TPSDK.framework"
29   ],
30   "resources": [
31     "CoinQPay-iOS/CoinQPay.framework/CoinQPayResource.bundle",
32     "CoinQPay-iOS/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   }