[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 5 / AlipaySDK-2.0 / 3.0.1.3 / AlipaySDK-2.0.podspec.json
blob017b3b569fbdbe69b97b4a560b39238fa33095d4
2   "name": "AlipaySDK-2.0",
3   "version": "3.0.1.3",
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": "6.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/candyan/AlipaySDK.git",
19     "tag": "3.0.1.3"
20   },
21   "frameworks": [
22     "CoreTelephony",
23     "SystemConfiguration"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "sources/extensions/ANAlipayResultCode.h",
30       "resources": "AlipaySDK.bundle",
31       "vendored_frameworks": "AlipaySDK.framework",
32       "public_header_files": [
33         "AlipaySDK.framework/Headers/**/*.h",
34         "sources/extensions/ANAlipayResultCode.h"
35       ]
36     },
37     {
38       "name": "Order",
39       "source_files": "sources/order/**/*.{h,m}",
40       "dependencies": {
41         "AlipaySDK-2.0/Core": [
43         ],
44         "OpenSSL": [
46         ],
47         "PupaFoundation": [
49         ]
50       }
51     }
52   ]