[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.0.3 / FBAliPaySDK.podspec.json
blob9508ca4b84061bc1358c8dff3e44fa5c76792dcb
2   "name": "FBAliPaySDK",
3   "version": "1.0.3",
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   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/robin2005/AliPaySDK.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "**/*.{h,m}",
22   "public_header_files": [
23     "openssl/*.h",
24     "RSA/*.h",
25     "Util/*.h",
26     "json/*.h",
27     "*.h"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "CoreTelephony",
33     "Security",
34     "QuartzCore",
35     "CoreText",
36     "CoreMotion",
37     "CFNetwork",
38     "CoreGraphics",
39     "SystemConfiguration"
40   ],
41   "preserve_paths": [
42     "libcrypto.a",
43     "libssl.a"
44   ],
45   "vendored_libraries": [
46     "libcrypto.a",
47     "libssl.a"
48   ],
49   "libraries": [
50     "ssl",
51     "crypto",
52     "z",
53     "c++"
54   ],
55   "resources": "Alixpay.bundle",
56   "requires_arc": true,
57   "xcconfig": {
58     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
59   }