[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 5 / AlipaySDK-2.0 / 3.0.1-bitcode / AlipaySDK-2.0.podspec.json
blob6394f74ae97c32983d383db023f6df6c088242e3
2   "name": "AlipaySDK-2.0",
3   "version": "3.0.1-bitcode",
4   "summary": "Alipay SDK for iOS. You can create alipay order or sign orders with `Order` subspec.",
5   "homepage": "https://b.alipay.com/newIndex.htm",
6   "license": {
7     "type": "Copyright",
8     "text": "      支付宝(中国)网络技术有限公司 ^? 版权所有.\n"
9   },
10   "authors": {
11     "AliPay": "http://www.alipay.com/"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/candyan/AlipaySDK.git",
19     "tag": "3.0.1-bitcode"
20   },
21   "frameworks": [
22     "CoreTelephony",
23     "SystemConfiguration",
24     "CoreMotion"
25   ],
26   "libraries": [
27     "z",
28     "c++"
29   ],
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "sources/extensions/ANAlipayResultCode.h",
35       "resources": "AlipaySDK.bundle",
36       "vendored_frameworks": "AlipaySDK.framework",
37       "public_header_files": [
38         "AlipaySDK.framework/Headers/**/*.h",
39         "sources/extensions/ANAlipayResultCode.h"
40       ]
41     },
42     {
43       "name": "Order",
44       "source_files": "sources/order/**/*.{h,m}",
45       "dependencies": {
46         "AlipaySDK-2.0/Core": [
48         ],
49         "OpenSSL": [
51         ],
52         "PupaFoundation": [
54         ]
55       }
56     }
57   ]