[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 7 / d / FirebaseCrashlytics / 4.0.0-beta.6 / FirebaseCrashlytics.podspec.json
blob5553a3d981a8f9fb25668a63f334386bacb57962
2   "name": "FirebaseCrashlytics",
3   "version": "4.0.0-beta.6",
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-beta.6"
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       "~> 5.1"
54     ],
55     "GoogleDataTransportCCTSupport": [
56       "~> 2.0",
57       ">= 2.0.1"
58     ],
59     "nanopb": [
60       "~> 0.3.901"
61     ]
62   },
63   "libraries": [
64     "c++",
65     "z"
66   ],
67   "frameworks": [
68     "Security",
69     "SystemConfiguration"
70   ],
71   "ios": {
72     "pod_target_xcconfig": {
73       "GCC_C_LANGUAGE_STANDARD": "c99",
74       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0-beta.6 CLS_SDK_NAME=\"Crashlytics iOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
75       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
76     }
77   },
78   "osx": {
79     "pod_target_xcconfig": {
80       "GCC_C_LANGUAGE_STANDARD": "c99",
81       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0-beta.6 CLS_SDK_NAME=\"Crashlytics Mac SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
82       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
83     }
84   },
85   "tvos": {
86     "pod_target_xcconfig": {
87       "GCC_C_LANGUAGE_STANDARD": "c99",
88       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.0.0-beta.6 CLS_SDK_NAME=\"Crashlytics tvOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
89       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
90     }
91   },
92   "testspecs": [
93     {
94       "name": "unit",
95       "test_type": "unit",
96       "source_files": [
97         "Crashlytics/UnitTests/*.[mh]",
98         "Crashlytics/UnitTests/*/*.[mh]"
99       ],
100       "resources": [
101         "Crashlytics/UnitTests/Data/*",
102         "Crashlytics/UnitTests/*.clsrecord",
103         "Crashlytics/UnitTests/FIRCLSMachO/data/*"
104       ]
105     }
106   ]