[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.1.1 / FBAliPaySDK.podspec.json
blobdeccbb937b7d23614714a78a707ac20d0f812881
2   "name": "FBAliPaySDK",
3   "version": "1.1.1",
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.1"
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   "user_target_xcconfig": {
44     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
45   },
46   "subspecs": [
47     {
48       "name": "openssl",
49       "source_files": "AliPay-Extend/openssl/**/*.{h,m}",
50       "header_dir": "openssl",
51       "preserve_paths": [
52         "AliPay-Extend/libcrypto.a",
53         "AliPay-Extend/libssl.a"
54       ],
55       "vendored_libraries": [
56         "AliPay-Extend/libcrypto.a",
57         "AliPay-Extend/libssl.a"
58       ],
59       "public_header_files": "AliPay-Extend/openssl/**/*.h"
60     },
61     {
62       "name": "Order",
63       "source_files": [
64         "AliPay-Extend/*.{h,m}",
65         "AliPay-Extend/Util/**/*.{h,m}"
66       ],
67       "public_header_files": [
68         "AliPay-Extend/*.h",
69         "AliPay-Extend/Util/**/*.h"
70       ],
71       "dependencies": {
72         "FBAliPaySDK/openssl": [
74         ]
75       }
76     }
77   ]