[Add] EOCoreDebug 2.3.296
[CocoaPods.git] / Specs / 6 / 8 / 9 / MZShareKit / 1.0.0 / MZShareKit.podspec.json
blobebd7e477c8c7036c2d64d0b0c7715776c7fd030c
2   "name": "MZShareKit",
3   "version": "1.0.0",
4   "summary": "分享的封装",
5   "description": "QQ/微信/微博等分享的封装",
6   "homepage": "https://gitee.com/u-ios/mz-share-kit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "the12306@qq.com": "the12306@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/u-ios/mz-share-kit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "MZShareKit/Classes/**/*",
22   "ios": {
23     "resource_bundles": {
24       "MZShareKit": [
25         "MZShareKit/Assets/*.png"
26       ]
27     }
28   },
29   "pod_target_xcconfig": {
30     "VALID_ARCHS": "x86_64 armv7 arm64"
31   },
32   "dependencies": {
33     "MBProgressHUD": [
35     ],
36     "MZTencentOpenAPI": [
37       "3.3.9"
38     ],
39     "WechatOpenSDK": [
40       "~> 1.9.9"
41     ]
42   }