[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / c / 0 / SYAlipaySDK / 1.0.0 / SYAlipaySDK.podspec.json
blob73690f6cb29be383934b3aac794f69260ffeb675
2   "name": "SYAlipaySDK",
3   "version": "1.0.0",
4   "summary": "集成支付宝支付SDK,支持打包成动态库",
5   "description": "1. 库版本和支付宝官方提供的SDK版本对应关系见Readme文件里面的版本说明\n2. 在支付宝App支付官方SDK包了一层,支持打包成动态库",
6   "homepage": "https://github.com/isandboy/SYAlipaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "isandboy": "sandboylu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/isandboy/SYAlipaySDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "SYAlipaySDK/AlipaySDK.framework/**/*.h",
22   "source_files": "SYAlipaySDK/**/*.{h,m}",
23   "vendored_frameworks": "SYAlipaySDK/AlipaySDK.framework",
24   "resources": "SYAlipaySDK/AlipaySDK.bundle",
25   "libraries": [
26     "c++",
27     "z"
28   ],
29   "frameworks": [
30     "CoreTelephony",
31     "SystemConfiguration",
32     "CoreTelephony",
33     "QuartzCore",
34     "CoreText",
35     "CoreGraphics",
36     "UIKit",
37     "Foundation",
38     "CFNetwork",
39     "CoreMotion"
40   ],
41   "pod_target_xcconfig": {
42     "OTHER_LDFLAGS": "-all_load"
43   }