[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / c / IMCore / 0.1.1 / IMCore.podspec.json
blob1da5928ebd08bbe8a8b4f4ff8b0c5fa564d07c07
2   "name": "IMCore",
3   "version": "0.1.1",
4   "summary": "A short description of IMCore.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yangjun/IMCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangjun": "237414238@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/openman1992/IMCore.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "IMCore/Classes/Headers/**/*",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Mars",
26       "vendored_frameworks": "IMCore/Vendors/*.framework",
27       "frameworks": [
28         "CoreTelephony",
29         "Foundation",
30         "SystemConfiguration",
31         "UIKit"
32       ],
33       "libraries": [
34         "z",
35         "resolv.9"
36       ],
37       "preserve_paths": "IMCore/Vendors/*.framework",
38       "pod_target_xcconfig": {
39         "LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/IMCore/Vendors/",
40         "VALID_ARCHS": "x86_64 arm64"
41       }
42     }
43   ]