[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / ConsoleLogFile / 1.1 / ConsoleLogFile.podspec.json
blob9496bf18f942e429d350cf742adfd01275368172
2   "name": "ConsoleLogFile",
3   "version": "1.1",
4   "summary": "This framework will redirect console print to log file and you can easily share log file via UIActivityViewController",
5   "description": "This framwork rediect stdout to log file so that you can dump all the print logs in file and shre using UIActivityViewController. You can just add this pod in existing project and get all print in log file. This is very usefull in debugging QA/UAT release app. You don't have to do anything extra. There are couple of properties you can set like file name, max size that log file can be, should it be recreate if app start again, etc. You can easily share log file using shareFile func basically that will present UIActivityViewController with logfile.",
6   "homepage": "https://github.com/jigs611989/ConsoleLogFile",
7   "screenshots": "https://raw.githubusercontent.com/jigs611989/ConsoleLogFile/master/demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jignesh": "jigs.patelit@gmail.com"
14   },
15   "platforms": {
16     "ios": "13"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/jigs611989/ConsoleLogFile.git",
21     "tag": "1.1"
22   },
23   "source_files": "ConsoleLogFile/**/*.{h,m,swift}",
24   "exclude_files": "Classes/Exclude",
25   "swift_version": "5.0"