[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 8 / WechatOpenSDK-TY / 1.9.2 / WechatOpenSDK-TY.podspec.json
bloba2f013de0d44c7a730b28a6d2c267ed4545136bb
2   "name": "WechatOpenSDK-TY",
3   "version": "1.9.2",
4   "summary": "微信sdk的swift封装",
5   "description": "微信sdk的swift封装,跟随微信版本",
6   "homepage": "https://gitee.com/style_tender_t/wechat-open-sdk-ty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Blackvsion": "785072254@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/style_tender_t/wechat-open-sdk-ty.git",
16     "tag": "1.9.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "static_framework": true,
24   "source_files": "WechatOpenSDK-TY/Classes/**/*",
25   "vendored_libraries": "WechatOpenSDK-TY/Classes/**/*.{a}",
26   "frameworks": [
27     "Security",
28     "CoreGraphics",
29     "WebKit"
30   ],
31   "libraries": [
32     "z",
33     "c++"
34   ],
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-all_load",
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "swift_version": "5.0"