[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / d / 8 / AlipayWrapper / 0.1.2 / AlipayWrapper.podspec.json
blobaa9355a15ac0d9e7a08ba2db79b1f93d492ec7c3
2   "name": "AlipayWrapper",
3   "version": "0.1.2",
4   "summary": "AlipayWrapper 是 AlipaySDK 的帮助类库。",
5   "description": "AlipayWrapper 是 AlipaySDK 的帮助类库。它从 AlipaySDK 官方 Demo 中提取除 AlipaySDK.framework 和 AlipaySDK.bundle 之外的文件。",
6   "homepage": "https://github.com/EvoIos/AlipayWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhenglanchun": "zlanchun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/EvoIos/AlipayWrapper.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "AlipayWrapper/Classes/**/*.{h,m}",
22   "dependencies": {
23     "AlipaySDKIniOS": [
24       "~> 15.2.0"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AlipaySDKIniOS",
29     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
30   },
31   "subspecs": [
32     {
33       "name": "Util",
34       "source_files": "AlipayWrapper/Util/**/*.{h,m}",
35       "dependencies": {
36         "AlipayWrapper/OpenSSL": [
38         ]
39       }
40     },
41     {
42       "name": "OpenSSL",
43       "source_files": "AlipayWrapper/Openssl/**/*.h",
44       "public_header_files": "AlipayWrapper/Openssl/**/*.h",
45       "ios": {
46         "preserve_paths": [
47           "AlipayWrapper/StaticLibrary/libcrypto.a",
48           "AlipayWrapper/StaticLibrary/libssl.a"
49         ],
50         "vendored_libraries": [
51           "AlipayWrapper/StaticLibrary/libcrypto.a",
52           "AlipayWrapper/StaticLibrary/libssl.a"
53         ]
54       },
55       "libraries": [
56         "ssl",
57         "crypto"
58       ],
59       "xcconfig": {
60         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/AlipayWrapper/AlipayWrapper/Openssl/**"
61       }
62     }
63   ]