[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 0 / d / 6 / MimirMemoryLogger / 0.3.0 / MimirMemoryLogger.podspec.json
blob6bd855413e2060e4e290eddf97a01ead34ebeca5
2   "name": "MimirMemoryLogger",
3   "version": "0.3.0",
4   "summary": "MimirMemoryLogger is a framework that takes snapshots of the iOS device`s heap and logs them to disk for later debugging.",
5   "description": "MimirMemoryLogger is a framework that takes snapshots of the iOS device's heap and logs them to disk for later debugging. This was created to make debugging memory issues easier when the device is not connected to Xcode.\nThe snapshot json files can be used by a python script included in this repo's github page that prettifies the results and sorts memory instances accordingly.",
6   "homepage": "https://github.com/amereid/MimirMemoryLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amereid": "amereid92@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amereid/MimirMemoryLogger.git",
16     "tag": "0.3.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "MimirMemoryLogger/Classes/**/*",
23   "swift_version": "5.0"