[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.2.6 / FBAliPaySDK.podspec.json
blob6136d4a3b103b1c5fa8c714026194d088f00aaac
2   "name": "FBAliPaySDK",
3   "version": "1.2.6",
4   "summary": "FBAliPaySDK 是 AlipaySDK 的帮助类库。",
5   "description": "FBAliPaySDK 是 AlipaySDK 的帮助类库。它从 AlipaySDK 官方 Demo 中提取除 AlipaySDK.framework 和 AlipaySDK.bundle 之外的文件。",
6   "homepage": "https://github.com/robin2005/AliPaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AliPay": "http://www.alipay.com/"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/robin2005/AliPaySDK.git",
19     "tag": "1.2.6"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "SDK",
25       "frameworks": [
26         "Foundation",
27         "UIKit",
28         "SystemConfiguration",
29         "CoreTelephony",
30         "QuartzCore",
31         "CoreText",
32         "CoreGraphics",
33         "CFNetwork",
34         "CoreMotion"
35       ],
36       "libraries": [
37         "z",
38         "c++"
39       ],
40       "vendored_frameworks": "AlipaySDK.framework",
41       "resources": "AlipaySDK.bundle"
42     },
43     {
44       "name": "JSON",
45       "dependencies": {
46         "FBJSON": [
48         ]
49       }
50     },
51     {
52       "name": "Order",
53       "source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
54     },
55     {
56       "name": "Util",
57       "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
58       "dependencies": {
59         "GRKOpenSSLFramework": [
61         ]
62       }
63     }
64   ]