[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.1.2 / FBAliPaySDK.podspec.json
blobadda661c319d70dd6db7e79cc62174abc2a53848
2   "name": "FBAliPaySDK",
3   "version": "1.1.2",
4   "summary": "Alipay SDK for iOS. You can create alipay order or sign orders with `Order` subspec.",
5   "homepage": "https://github.com/robin2005/AliPaySDK",
6   "license": {
7     "type": "Copyright",
8     "text": "      支付宝(中国)网络技术有限公司 ^? 版权所有.\n"
9   },
10   "authors": {
11     "AliPay": "http://www.alipay.com/"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/robin2005/AliPaySDK.git",
19     "tag": "1.1.2"
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     "ssl",
35     "crypto",
36     "z",
37     "c++"
38   ],
39   "default_subspecs": "openssl",
40   "xcconfig": {
41     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
42   },
43   "subspecs": [
44     {
45       "name": "openssl",
46       "header_dir": "openssl",
47       "source_files": "openssl/*.{h,m}",
48       "preserve_paths": [
49         "lib/libcrypto.a",
50         "lib/libssl.a"
51       ],
52       "vendored_libraries": [
53         "lib/libcrypto.a",
54         "lib/libssl.a"
55       ],
56       "public_header_files": "openssl/*.h"
57     },
58     {
59       "name": "DataSigner",
60       "source_files": "DataSigner/*.{h,m}",
61       "public_header_files": "DataSigner/*.h",
62       "dependencies": {
63         "FBAliPaySDK/openssl": [
65         ]
66       }
67     },
68     {
69       "name": "SDK",
70       "frameworks": "AlipaySDK",
71       "resources": "AlipaySDK.bundle",
72       "vendored_frameworks": "AlipaySDK.framework",
73       "preserve_paths": [
74         "lib/libcrypto.a",
75         "lib/libssl.a"
76       ],
77       "vendored_libraries": [
78         "lib/libcrypto.a",
79         "lib/libssl.a"
80       ],
81       "dependencies": {
82         "FBAliPaySDK/openssl": [
84         ]
85       }
86     }
87   ]