[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / e / BeappLogger / 0.2.3 / BeappLogger.podspec.json
blob46633d4af953b07d0c0c66557e857894f4def2e3
2   "name": "BeappLogger",
3   "version": "0.2.3",
4   "summary": "This Pod allows you to centralize the logs of your app, and distribute them wherever you want.",
5   "homepage": "https://github.com/BeApp/beapp.library.logger.ios.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Beapp": "dev@beapp.fr"
12   },
13   "source": {
14     "git": "https://github.com/BeApp/beapp.library.logger.ios.git",
15     "tag": "0.2.3"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "BeappLogger/Classes/**/*",
21   "swift_versions": "5.3.2",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Firebase/Crashlytics": [
25       "7.5.0"
26     ]
27   },
28   "requires_arc": true,
29   "static_framework": true,
30   "default_subspecs": "Log",
31   "subspecs": [
32     {
33       "name": "Log",
34       "source_files": "BeappLogger/Classes/**/*",
35       "exclude_files": "BeappLogger/Classes/Crashlytics/*"
36     },
37     {
38       "name": "Crashlytics",
39       "xcconfig": {
40         "OTHER_CFLAGS": "$(inherited) -DKITE_OFFER_CRASHLYTICS"
41       },
42       "source_files": "BeappLogger/Classes/**/*"
43     }
44   ],
45   "swift_version": "5.3.2"