[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.2.7 / FBAliPaySDK.podspec.json
blob9e9bd475558fa4d2c0f88586e3eb0ee8e0451926
2   "name": "FBAliPaySDK",
3   "version": "1.2.7",
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.7"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "JSON",
25       "dependencies": {
26         "FBJSON": [
28         ]
29       }
30     },
31     {
32       "name": "Order",
33       "source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
34     },
35     {
36       "name": "Util",
37       "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
38       "dependencies": {
39         "GRKOpenSSLFramework": [
41         ]
42       }
43     }
44   ]