[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.2.3 / FBAliPaySDK.podspec.json
blobfc983692139a2143d97c88e9f3ac2a1e6fa69380
2   "name": "FBAliPaySDK",
3   "version": "1.2.3",
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.3"
20   },
21   "resources": "AlipaySDK.bundle",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "SystemConfiguration",
26     "CoreTelephony",
27     "QuartzCore",
28     "CoreText",
29     "CoreGraphics",
30     "CFNetwork",
31     "CoreMotion"
32   ],
33   "libraries": [
34     "z",
35     "c++"
36   ],
37   "requires_arc": true,
38   "source_files": "FBAliPaySDK/Classes/**/*.{h,m}",
39   "vendored_frameworks": "AlipaySDK.framework",
40   "subspecs": [
41     {
42       "name": "Util",
43       "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
44       "dependencies": {
45         "GRKOpenSSLFramework": [
47         ]
48       }
49     },
50     {
51       "name": "JSON",
52       "source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
53     }
54   ]