[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / e / BeappLogger / 0.3.0 / BeappLogger.podspec.json
blob7e1608221a4cc005cc65a8ec55c39cacc0435124
2   "name": "BeappLogger",
3   "version": "0.3.0",
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.3.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "BeappLogger/Classes/**/*",
21   "swift_versions": "5.3.2",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "static_framework": true,
25   "default_subspecs": "Log",
26   "subspecs": [
27     {
28       "name": "Log",
29       "source_files": "BeappLogger/Classes/**/*"
30     }
31   ],
32   "swift_version": "5.3.2"