[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / f / AliyunLogCrashReporterV1 / 4.3.4-beta.1 / AliyunLogCrashReporterV1.podspec.json
blob2da2188458f8a0c10ac6aa6e6dec6a4484c45dd6
2   "name": "AliyunLogCrashReporterV1",
3   "version": "4.3.4-beta.1",
4   "summary": "aliyun log service ios crashreporter v1",
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.3.4-beta.1"
17   },
18   "social_media_url": "http://t.cn/AiRpol8C",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "requires_arc": true,
23   "libraries": [
24     "z",
25     "c++"
26   ],
27   "swift_versions": "5.0",
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386",
30     "OTHER_LDFLAGS": "-ObjC"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
34   },
35   "dependencies": {
36     "AliyunLogProducerV1": [
37       "4.3.4-beta.1"
38     ]
39   },
40   "source_files": [
41     "Sources/CrashReporter/**/*.{m,h}",
42     "Sources/Core/**/*.{m,h}",
43     "Sources/OT/**/*.{m,h}"
44   ],
45   "public_header_files": [
46     "Sources/CrashReporter/include/*.h",
47     "Sources/Core/include/*.h",
48     "Sources/OT/**/include/*.h"
49   ],
50   "resource_bundles": {
51     "AliyunLogCrashReporterV1": [
52       "Sources/CrashReporter/PrivacyInfo.xcprivacy"
53     ]
54   },
55   "vendored_frameworks": "Sources/WPKMobi/WPKMobi.xcframework",
56   "exclude_files": "Sources/WPKMobi/WPKMobi.xcframework/**/Headers/*.h",
57   "frameworks": [
58     "SystemConfiguration",
59     "CoreGraphics"
60   ],
61   "swift_version": "5.0"