[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / e / Mimir / 0.0.3 / Mimir.podspec.json
blob5714c7c413f913d8fcfd537455f1fa1bfdb48713
2   "name": "Mimir",
3   "version": "0.0.3",
4   "summary": "Mimir is a logging framework that is intended for high usage apps.",
5   "description": "Mimir is a logging framework that is intended for high usage apps that require constant logging while maintaining logs in a small sized file. \nThis is done by logging to 2 separate text files - a truncated and an extended text file. The most recent logs will be saved fully to the extended text file, while the older logs will be in the truncated text file which limits the length of each log by the configured size.",
6   "homepage": "https://github.com/amereid/Mimir",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Amer Eid": "amereid92@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/amereid/Mimir.git",
16     "tag": "0.0.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Mimir/Classes/**/*",
23   "swift_version": "5.0"