[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / e / AliyunLogOtlpExporter / 4.0.0-beta.1 / AliyunLogOtlpExporter.podspec.json
blobf6f8e220fedfc28ea71d7946d12f47a34861b2b4
2   "name": "AliyunLogOtlpExporter",
3   "version": "4.0.0-beta.1",
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://github.com/aliyun/aliyun-log-ios-sdk.git",
16     "tag": "4.0.0-beta.1"
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   "default_subspecs": "AliyunLogOtlpExporter",
26   "subspecs": [
27     {
28       "name": "AliyunLogOtlpExporter",
29       "platforms": {
30         "ios": "10.0"
31       },
32       "dependencies": {
33         "AliyunLogProducer/Producer": [
34           "4.0.0-beta.1"
35         ],
36         "AliyunLogOTelCommon/OpenTelemetryApi": [
37           "4.0.0-beta.1"
38         ],
39         "AliyunLogOTelCommon/OpenTelemetrySdk": [
40           "4.0.0-beta.1"
41         ],
42         "AliyunLogOTelCommon/AliyunLogOTelCommon": [
43           "4.0.0-beta.1"
44         ]
45       },
46       "source_files": "Sources/OtlpExporter/**/*.{m,h,swift}",
47       "pod_target_xcconfig": {
48         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
49         "OTHER_LDFLAGS": "-ObjC"
50       },
51       "user_target_xcconfig": {
52         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53       }
54     }
55   ],
56   "swift_version": "5.0"