[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 5 / AlipaySDK-2.0 / 15.0.2 / AlipaySDK-2.0.podspec.json
blob50e430de83f94437e8aeda4dec2413e68eac3732
2   "name": "AlipaySDK-2.0",
3   "version": "15.0.2",
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": "15.0.2"
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   ]