[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 9 / e / AliyunLogOtlpExporter / 4.0.0-beta.5 / AliyunLogOtlpExporter.podspec.json
blob1c97cb6d51ed62a52982cc5930659bae7cf6d9e5
2   "name": "AliyunLogOtlpExporter",
3   "version": "4.0.0-beta.5",
4   "summary": "aliyun log service ios otlp exporter.",
5   "description": "log service ios producer.\nhttps://help.aliyun.com/document_detail/29063.html\nhttps://help.aliyun.com/product/28958.html",
6   "homepage": "https://github.com/aliyun/aliyun-log-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aliyun-log": "yulong.gyl@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://gitee.com/aliyun-sls/aliyun-log-ios-sdk.git",
16     "tag": "4.0.0-beta.5"
17   },
18   "social_media_url": "http://t.cn/AiRpol8C",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "libraries": "z",
24   "swift_versions": "5.0",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386",
27     "OTHER_LDFLAGS": "-ObjC"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
31   },
32   "subspecs": [
33     {
34       "name": "AliyunLogOtlpExporter",
35       "platforms": {
36         "ios": "10.0"
37       },
38       "dependencies": {
39         "AliyunLogProducer/Producer": [
40           "4.0.0-beta.4"
41         ],
42         "AliyunLogOTelCommon/OpenTelemetryApi": [
43           "4.0.0-beta.5"
44         ],
45         "AliyunLogOTelCommon/OpenTelemetrySdk": [
46           "4.0.0-beta.5"
47         ],
48         "AliyunLogOTelCommon/AliyunLogOTelCommon": [
49           "4.0.0-beta.5"
50         ]
51       },
52       "source_files": "Sources/OtlpExporter/**/*.{m,h,swift}"
53     }
54   ],
55   "swift_version": "5.0"