[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / d / FirebaseCrashlytics / 4.0.0 / FirebaseCrashlytics.podspec.json
blobba1157c10e3404aa3f3668caa098d0fc0b7308a4
2   "name": "FirebaseCrashlytics",
3   "version": "4.0.0",
4   "summary": "Best and lightest-weight crash reporting for mobile, desktop and tvOS.",
5   "description": "Firebase Crashlytics helps you track, prioritize, and fix stability issues that erode app quality.",
6   "homepage": "https://firebase.google.com/",
7   "license": {
8     "type": "Apache",
9     "file": "Crashlytics/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "Crashlytics-4.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": [
25     "Crashlytics/Crashlytics/**/*.{c,h,m,mm}",
26     "Crashlytics/Protogen/**/*.{c,h,m,mm}",
27     "Crashlytics/Shared/**/*.{c,h,m,mm}",
28     "Crashlytics/third_party/**/*.{c,h,m,mm}"
29   ],
30   "public_header_files": [
31     "Crashlytics/Crashlytics/Public/*.h"
32   ],
33   "preserve_paths": [
34     "Crashlytics/README.md",
35     "run",
36     "upload-symbols"
37   ],
38   "prepare_command": "cp -f ./Crashlytics/run ./run\ncp -f ./Crashlytics/upload-symbols ./upload-symbols",
39   "dependencies": {
40     "FirebaseCore": [
41       "~> 6.6"
42     ],
43     "FirebaseInstallations": [
44       "~> 1.1"
45     ],
46     "FirebaseAnalyticsInterop": [
47       "~> 1.2"
48     ],
49     "PromisesObjC": [
50       "~> 1.2"
51     ],
52     "GoogleDataTransport": [
53       "~> 6.0"
54     ],
55     "GoogleDataTransportCCTSupport": [
56       "~> 3.0"
57     ],
58     "nanopb": [
59       "~> 0.3.901"
60     ]
61   },
62   "libraries": [
63     "c++",
64     "z"
65   ],
66   "frameworks": [
67     "Security",
68     "SystemConfiguration"
69   ],
70   "ios": {
71     "pod_target_xcconfig": {
72       "GCC_C_LANGUAGE_STANDARD": "c99",
73       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0 CLS_SDK_NAME=\"Crashlytics iOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
74       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
75     }
76   },
77   "osx": {
78     "pod_target_xcconfig": {
79       "GCC_C_LANGUAGE_STANDARD": "c99",
80       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0 CLS_SDK_NAME=\"Crashlytics Mac SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
81       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
82     }
83   },
84   "tvos": {
85     "pod_target_xcconfig": {
86       "GCC_C_LANGUAGE_STANDARD": "c99",
87       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0 CLS_SDK_NAME=\"Crashlytics tvOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
88       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
89     }
90   },
91   "testspecs": [
92     {
93       "name": "unit",
94       "test_type": "unit",
95       "source_files": [
96         "Crashlytics/UnitTests/*.[mh]",
97         "Crashlytics/UnitTests/*/*.[mh]"
98       ],
99       "resources": [
100         "Crashlytics/UnitTests/Data/*",
101         "Crashlytics/UnitTests/*.clsrecord",
102         "Crashlytics/UnitTests/FIRCLSMachO/data/*"
103       ]
104     }
105   ]