[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.0.4 / FBAliPaySDK.podspec.json
blobb9e9d2e945d662f7ad9fdf5b9b5481196aeea826
2   "name": "FBAliPaySDK",
3   "version": "1.0.4",
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.4"
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   "vendored_frameworks": "AlipaySDK.framework",
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "CoreTelephony",
34     "Security",
35     "QuartzCore",
36     "CoreText",
37     "CoreMotion",
38     "CFNetwork",
39     "CoreGraphics",
40     "SystemConfiguration"
41   ],
42   "preserve_paths": [
43     "libcrypto.a",
44     "libssl.a"
45   ],
46   "vendored_libraries": [
47     "libcrypto.a",
48     "libssl.a"
49   ],
50   "libraries": [
51     "ssl",
52     "crypto",
53     "z",
54     "c++"
55   ],
56   "resources": "Alixpay.bundle",
57   "requires_arc": true,
58   "xcconfig": {
59     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
60   }