[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 0 / f / EZShareManager / 0.1.0 / EZShareManager.podspec.json
bloba344fa5c477cf963fe47dc696b44b85806033a41
2   "name": "EZShareManager",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "EZShareManager/Classes/**/*",
22   "static_framework": true,
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "mob_sharesdk": [
32     ],
33     "mob_sharesdk/ShareSDKPlatforms/QQ": [
35     ],
36     "mob_sharesdk/ShareSDKPlatforms/SinaWeibo": [
38     ],
39     "mob_sharesdk/ShareSDKPlatforms/WeChat": [
41     ]
42   }