[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.2.4 / FBAliPaySDK.podspec.json
blob5607907a9994cab6bd2209f4f9b743051fe909c5
2   "name": "FBAliPaySDK",
3   "version": "1.2.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   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/robin2005/AliPaySDK.git",
19     "tag": "1.2.4"
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   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
41     },
42     {
43       "name": "JSON",
44       "dependencies": {
45         "FBJSON": [
47         ]
48       }
49     },
50     {
51       "name": "Util",
52       "source_files": "FBAliPaySDK/Util/**/*.{h,m}",
53       "dependencies": {
54         "GRKOpenSSLFramework": [
56         ]
57       }
58     }
59   ]