[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 8 / f / 2 / FBAliPay / 1.0.0 / FBAliPay.podspec.json
blobd0bdd632ea29693395234de14b6131a85f994a1a
2   "name": "FBAliPay",
3   "version": "1.0.0",
4   "summary": "FBAliPay 是 AlipaySDK 的帮助类库。",
5   "description": "FBAliPay 是 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/FBAliPay.git",
19     "tag": "1.0.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "SystemConfiguration",
25     "CoreTelephony",
26     "QuartzCore",
27     "CoreText",
28     "CoreGraphics",
29     "CFNetwork",
30     "CoreMotion"
31   ],
32   "libraries": [
33     "z",
34     "c++"
35   ],
36   "requires_arc": true,
37   "vendored_frameworks": "SDK/AlipaySDK.framework",
38   "resources": "SDK/AlipaySDK.bundle"