[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 3 / f / a / FBAliPaySDK / 1.0.5 / FBAliPaySDK.podspec.json
blob6e0e1fb83785c4b33697657cd579a466ab674ff2
2   "name": "FBAliPaySDK",
3   "version": "1.0.5",
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.5"
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   "vendored_frameworks": "AlipaySDK.framework",
34   "vendored_libraries": [
35     "AliPay-Extend/libcrypto.a",
36     "AliPay-Extend/libssl.a"
37   ],
38   "public_header_files": [
39     "openssl/*.h",
40     "AliPay-Extend/*.h",
41     "AliPay-Extend/**/*.h"
42   ],
43   "source_files": [
44     "openssl/*.{h,m}",
45     "AliPay-Extend/*.{h,m}",
46     "AliPay-Extend/**/*.{h,m}"
47   ],
48   "header_dir": "openssl",
49   "libraries": [
50     "ssl",
51     "crypto",
52     "z",
53     "c++"
54   ],
55   "resources": "AlipaySDK.bundle",
56   "requires_arc": true,
57   "xcconfig": {
58     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
59   }