[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 0 / f / EZShareManager / 0.1.4 / EZShareManager.podspec.json
blobbe2a154b2500c0fee1ef75491f0cb6599d0469ec
2   "name": "EZShareManager",
3   "version": "0.1.4",
4   "summary": "封装了ShareSDK的第三方分享和第三方登录",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/melo30/EZShareManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "melo30": "281083409@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/melo30/EZShareManager.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "EZShareManager/Classes/**/*",
22   "resource_bundles": {
23     "EZShareManager": [
24       "EZShareManager/Assets/*.{png,xcassets,xib}"
25     ]
26   },
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "dependencies": {
35     "mob_sharesdk": [
37     ],
38     "mob_sharesdk/ShareSDKPlatforms/QQ": [
40     ],
41     "mob_sharesdk/ShareSDKPlatforms/SinaWeibo": [
43     ],
44     "mob_sharesdk/ShareSDKPlatforms/WeChat": [
46     ],
47     "mob_sharesdk/ShareSDKUI": [
49     ],
50     "Masonry": [
52     ],
53     "CTMediator": [
55     ],
56     "EZBundleHelp": [
58     ],
59     "YYModel": [
61     ],
62     "YYWebImage": [
64     ],
65     "MJProgressHUD": [
67     ]
68   }