[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.2.2 / FBAliPaySDK.podspec.json
blob8d2ec131e663553b614f7124bf990218039b51ab
2   "name": "FBAliPaySDK",
3   "version": "1.2.2",
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.2"
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   "vendored_frameworks": [
39     "AlipaySDK.framework",
40     "FBAliPaySDK/StaticLibrary/openssl.framework"
41   ],
42   "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
43   "subspecs": [
44     {
45       "name": "Order",
46       "source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
47     },
48     {
49       "name": "JSON",
50       "source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
51     }
52   ]