[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.1.4 / FBAliPaySDK.podspec.json
blob042712349e8094ccb219d2b057e40a1b35e59b8d
2   "name": "FBAliPaySDK",
3   "version": "1.1.4",
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.4"
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   "ios": {
38     "vendored_frameworks": [
39       "FBAliPaySDK/StaticLibrary/openssl.framework",
40       "AlipaySDK.framework"
41     ]
42   },
43   "user_target_xcconfig": {
44     "FRAMEWORK_SEARCH_PATHS": "$(SRCROOT)/#{s.name}/FBAliPaySDK/StaticLibrary"
45   },
46   "resources": "AlipaySDK.bundle",
47   "source_files": "FBAliPaySDK/Util/**/*.{h,m}"