[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / a / 8 / 5 / AlipaySDK-2.0 / 3.0.1.2 / AlipaySDK-2.0.podspec.json
blob934849ac63d1840e360190b0b71b4bccf5a3d605
2   "name": "AlipaySDK-2.0",
3   "version": "3.0.1.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": "3.0.1.2"
20   },
21   "frameworks": [
22     "CoreTelephony",
23     "SystemConfiguration"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "resources": "AlipaySDK.bundle",
30       "vendored_frameworks": "AlipaySDK.framework",
31       "public_header_files": "AlipaySDK.framework/Headers/**/*.h"
32     },
33     {
34       "name": "Order",
35       "source_files": "sources/**/*.{h,m}",
36       "dependencies": {
37         "AlipaySDK-2.0/Core": [
39         ],
40         "OpenSSL": [
42         ],
43         "PupaFoundation": [
45         ]
46       }
47     }
48   ]