[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.1.8 / FBAliPaySDK.podspec.json
blob6f5a667de11f2ceec034e73c269be6d7aa3b3e08
2   "name": "FBAliPaySDK",
3   "version": "1.1.8",
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   "source": {
15     "git": "https://github.com/robin2005/AliPaySDK.git",
16     "tag": "1.1.8"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreTelephony",
25     "Security",
26     "QuartzCore",
27     "CoreText",
28     "CoreMotion",
29     "CFNetwork",
30     "CoreGraphics",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "z",
35     "c++"
36   ],
37   "vendored_frameworks": "AlipaySDK.framework",
38   "resources": "AlipaySDK.bundle",
39   "source_files": "FBAliPaySDK/Classes/**/*.{h,m}",
40   "subspecs": [
41     {
42       "name": "Util",
43       "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
44       "vendored_frameworks": "FBAliPaySDK/StaticLibrary/openssl.framework"
45     },
46     {
47       "name": "JSON",
48       "source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
49     }
50   ]