[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / b / d / LogView / 1.0.0 / LogView.podspec.json
blobbafebc88fa792883ca5108777763f63accc1cfad
2   "name": "LogView",
3   "version": "1.0.0",
4   "summary": "Put your interesting logs into view for showing.",
5   "description": "LogView is a debugging tool view, you can put your interesting logs into view for showing, it support to pan for moving and show/hide using your two finger double tap.",
6   "homepage": "https://github.com/janlionly/LogView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "janlionly": "janlionly@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/janlionly/LogView.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/janlionly",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/LogView/*",
24   "frameworks": "UIKit",
25   "swift_versions": [
26     "4.2",
27     "5.0",
28     "5.1",
29     "5.2"
30   ],
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "4.2"
33   },
34   "swift_version": "5.2"