[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 4 / e / 7 / GDLog / 1.0.2 / GDLog.podspec.json
blob710493103d313f871ee0f5214c2efe4b12e8cf12
2   "name": "GDLog",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Swift Logging based on OSLog",
9   "homepage": "http://rockhoppertech.com",
10   "social_media_url": "https://twitter.com/GeneDeLisaDev",
11   "authors": {
12     "Gene De Lisa": "GeneDeLisa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/genedelisa/GDLog.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "4.0"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/**/*.swift",
33       "frameworks": "Foundation"
34     }
35   ]