[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 4 / WechatSwiftPod / 1.9.2.1 / WechatSwiftPod.podspec.json
blob6361c0178d947ed03ec5d1372459f1eaf952e6bf
2   "name": "WechatSwiftPod",
3   "version": "1.9.2.1",
4   "summary": "wechat pod framework swift support",
5   "swift_versions": "5",
6   "description": "wechat sdk pod support for Swift",
7   "homepage": "https://github.com/SpRoom/WechatSwiftPod",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "spec": "spectatornan@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/SpRoom/WechatSwiftPod.git",
17     "tag": "1.9.2.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "WechatSwiftPod/*.h",
25     "WechatSwiftPod/*.modulemap"
26   ],
27   "static_framework": true,
28   "libraries": [
29     "c++",
30     "z"
31   ],
32   "frameworks": [
33     "Security",
34     "CoreGraphics",
35     "WebKit"
36   ],
37   "vendored_libraries": "WechatSwiftPod/libWeChatSDK.a",
38   "preserve_paths": "WechatSwiftPod/WechatSwiftPod.modulemap",
39   "xcconfig": {
40     "LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/WechatSwiftPod"
41   },
42   "pod_target_xcconfig": {
43     "DEFINES_MODULE": "YES",
44     "OTHER_LDFLAGS": "-ObjC -all_load",
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "swift_version": "5"