[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.0.9 / FBAliPaySDK.podspec.json
blob8b7a11a79c3a512d31748c2bce493ba92e4d3b76
2   "name": "FBAliPaySDK",
3   "version": "1.0.9",
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.0.9"
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 $(PODS_ROOT)/FBAliPaySDK/AliPay-Extend"
42   },
43   "subspecs": [
44     {
45       "name": "openssl",
46       "source_files": "AliPay-Extend/openssl/**/*.{h,m}",
47       "header_dir": "openssl",
48       "preserve_paths": [
49         "AliPay-Extend/libcrypto.a",
50         "AliPay-Extend/libssl.a"
51       ],
52       "vendored_libraries": [
53         "AliPay-Extend/libcrypto.a",
54         "AliPay-Extend/libssl.a"
55       ],
56       "public_header_files": "AliPay-Extend/openssl/**/*.h"
57     },
58     {
59       "name": "Order",
60       "source_files": [
61         "AliPay-Extend/*.{h,m}",
62         "AliPay-Extend/Util/**/*.{h,m}"
63       ],
64       "dependencies": {
65         "FBAliPaySDK/openssl": [
67         ]
68       }
69     }
70   ]