[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 7 / d / FirebaseCrashlytics / 4.2.0 / FirebaseCrashlytics.podspec.json
blob019f43f3688cd0add88e4fb7673968f257c37954
2   "name": "FirebaseCrashlytics",
3   "version": "4.2.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.2.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     "FirebaseCore/Sources/Private/*.h",
30     "Interop/Analytics/Public/*.h"
31   ],
32   "public_header_files": [
33     "Crashlytics/Crashlytics/Public/*.h"
34   ],
35   "preserve_paths": [
36     "Crashlytics/README.md",
37     "run",
38     "upload-symbols"
39   ],
40   "prepare_command": "cp -f ./Crashlytics/run ./run\ncp -f ./Crashlytics/upload-symbols ./upload-symbols",
41   "dependencies": {
42     "FirebaseCore": [
43       "~> 6.8"
44     ],
45     "FirebaseInstallations": [
46       "~> 1.1"
47     ],
48     "PromisesObjC": [
49       "~> 1.2"
50     ],
51     "GoogleDataTransport": [
52       "~> 6.1"
53     ],
54     "GoogleDataTransportCCTSupport": [
55       "~> 3.1"
56     ],
57     "nanopb": [
58       "~> 1.30905.0"
59     ]
60   },
61   "libraries": [
62     "c++",
63     "z"
64   ],
65   "frameworks": [
66     "Security",
67     "SystemConfiguration"
68   ],
69   "ios": {
70     "pod_target_xcconfig": {
71       "GCC_C_LANGUAGE_STANDARD": "c99",
72       "GCC_PREPROCESSOR_DEFINITIONS": "DISPLAY_VERSION=4.2.0 CLS_SDK_NAME=\"Crashlytics iOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
73       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
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.2.0 CLS_SDK_NAME=\"Crashlytics Mac SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
81       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
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.2.0 CLS_SDK_NAME=\"Crashlytics tvOS SDK\" PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
89       "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
90       "OTHER_LD_FLAGS": "$(inherited) -sectcreate __TEXT __info_plist"
91     }
92   },
93   "testspecs": [
94     {
95       "name": "unit",
96       "test_type": "unit",
97       "source_files": [
98         "Crashlytics/UnitTests/*.[mh]",
99         "Crashlytics/UnitTests/*/*.[mh]"
100       ],
101       "resources": [
102         "Crashlytics/UnitTests/Data/*",
103         "Crashlytics/UnitTests/*.clsrecord",
104         "Crashlytics/UnitTests/FIRCLSMachO/data/*"
105       ]
106     }
107   ]