[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.0.6 / FBAliPaySDK.podspec.json
blobae218c938b952fa61830e7f81662ee1f4cb8dc4e
2   "name": "FBAliPaySDK",
3   "version": "1.0.6",
4   "summary": "AliPay SDK for iOS",
5   "description": "AliPay 移动支付接口智能 SDK 版 for iOS",
6   "homepage": "https://github.com/robin2005/AliPaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "robin2005": "57048685@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/robin2005/AliPaySDK.git",
16     "tag": "1.0.6"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreTelephony",
22     "Security",
23     "QuartzCore",
24     "CoreText",
25     "CoreMotion",
26     "CFNetwork",
27     "CoreGraphics",
28     "SystemConfiguration"
29   ],
30   "platforms": {
31     "ios": "7.0"
32   },
33   "ios": {
34     "source_files": [
35       "AliPay-Extend/openssl/**/*.h",
36       "AliPay-Extend/**/*.{h,m}"
37     ],
38     "public_header_files": [
39       "AliPay-Extend/openssl/**/*.h",
40       "AliPay-Extend/**/*.h"
41     ],
42     "header_dir": "openssl",
43     "preserve_paths": [
44       "AliPay-Extend/libcrypto.a",
45       "AliPay-Extend/libssl.a"
46     ],
47     "vendored_libraries": [
48       "AliPay-Extend/libcrypto.a",
49       "AliPay-Extend/libssl.a"
50     ],
51     "vendored_frameworks": "AlipaySDK.framework"
52   },
53   "libraries": [
54     "ssl",
55     "crypto",
56     "z",
57     "c++"
58   ],
59   "resources": "AlipaySDK.bundle",
60   "requires_arc": true,
61   "xcconfig": {
62     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK $(PODS_ROOT)/FBAliPaySDK/AliPay-Extend"
63   }