[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / 9 / 1 / FirebaseCoreInternal / 10.22.0 / FirebaseCoreInternal.podspec.json
blobf155035506ac6bbd284977cdf68b75cf633daa04
2   "name": "FirebaseCoreInternal",
3   "version": "10.22.0",
4   "summary": "APIs for internal FirebaseCore usage.",
5   "description": "Not for public use.\nCommon APIs for internal FirebaseCore usage.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.22.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "6.0"
22   },
23   "source_files": [
24     "FirebaseCore/Internal/Sources/**/*.swift"
25   ],
26   "resource_bundles": {
27     "FirebaseCoreInternal_Privacy": "FirebaseCore/Internal/Sources/Resources/PrivacyInfo.xcprivacy"
28   },
29   "swift_versions": "5.3",
30   "dependencies": {
31     "GoogleUtilities/NSData+zlib": [
32       "~> 7.8"
33     ]
34   },
35   "testspecs": [
36     {
37       "name": "Unit",
38       "test_type": "unit",
39       "scheme": {
40         "code_coverage": true
41       },
42       "platforms": {
43         "ios": "10.0",
44         "osx": "10.13",
45         "tvos": "12.0"
46       },
47       "source_files": [
48         "FirebaseCore/Internal/Tests/Unit/**/*.swift",
49         "FirebaseCore/Internal/Tests/Common/**/*.swift"
50       ],
51       "requires_app_host": true
52     },
53     {
54       "name": "Integration",
55       "test_type": "unit",
56       "scheme": {
57         "code_coverage": true
58       },
59       "platforms": {
60         "ios": "10.0",
61         "osx": "10.13",
62         "tvos": "12.0"
63       },
64       "source_files": [
65         "FirebaseCore/Internal/Tests/Integration/**/*.swift",
66         "FirebaseCore/Internal/Tests/Common/**/*.swift"
67       ],
68       "requires_app_host": true
69     }
70   ],
71   "swift_version": "5.3"