[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 7 / d / FirebaseCrashlytics / 4.3.1 / FirebaseCrashlytics.podspec.json
blob89c3f38d9a215769b278eca75984564b0fc653c2
2   "name": "FirebaseCrashlytics",
3   "version": "4.3.1",
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.3.1"
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     "FirebaseCore/Sources/Private/*.h",
30     "FirebaseInstallations/Source/Library/Private/*.h",
31     "GoogleDataTransport/GDTCORLibrary/Internal/*.h",
32     "Interop/Analytics/Public/*.h"
33   ],
34   "public_header_files": [
35     "Crashlytics/Crashlytics/Public/*.h"
36   ],
37   "preserve_paths": [
38     "Crashlytics/README.md",
39     "run",
40     "upload-symbols"
41   ],
42   "prepare_command": "cp -f ./Crashlytics/run ./run\ncp -f ./Crashlytics/upload-symbols ./upload-symbols",
43   "dependencies": {
44     "FirebaseCore": [
45       "~> 6.8"
46     ],
47     "FirebaseInstallations": [
48       "~> 1.1"
49     ],
50     "PromisesObjC": [
51       "~> 1.2"
52     ],
53     "GoogleDataTransport": [
54       "~> 7.0"
55     ],
56     "nanopb": [
57       "~> 1.30905.0"
58     ]
59   },
60   "libraries": [
61     "c++",
62     "z"
63   ],
64   "frameworks": [
65     "Security",
66     "SystemConfiguration"
67   ],
68   "ios": {
69     "pod_target_xcconfig": {
70       "GCC_C_LANGUAGE_STANDARD": "c99",
71       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.3.1 CLS_SDK_NAME=\"Crashlytics iOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
72       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
73     }
74   },
75   "osx": {
76     "pod_target_xcconfig": {
77       "GCC_C_LANGUAGE_STANDARD": "c99",
78       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.3.1 CLS_SDK_NAME=\"Crashlytics Mac SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
79       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
80     }
81   },
82   "tvos": {
83     "pod_target_xcconfig": {
84       "GCC_C_LANGUAGE_STANDARD": "c99",
85       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.3.1 CLS_SDK_NAME=\"Crashlytics tvOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
86       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
87     }
88   },
89   "testspecs": [
90     {
91       "name": "unit",
92       "test_type": "unit",
93       "source_files": [
94         "Crashlytics/UnitTests/*.[mh]",
95         "Crashlytics/UnitTests/*/*.[mh]"
96       ],
97       "resources": [
98         "Crashlytics/UnitTests/Data/*",
99         "Crashlytics/UnitTests/*.clsrecord",
100         "Crashlytics/UnitTests/FIRCLSMachO/data/*"
101       ]
102     }
103   ]