[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 9 / 6 / MWLogging / 1.0.0 / MWLogging.podspec.json
blob3371cac9e65f63d7b1e4e9d86f47e5042c3cc399
2   "name": "MWLogging",
3   "version": "1.0.0",
4   "summary": "Provides simple logging functions that use the Apple System Log.",
5   "description": "This repository is forked from https://github.com/MikeWeller/MWLogging\nBetter than using NSLog(...) statements and that too with different log levels.\nDebug log levels will be wiped out from release builds to prevent potential revealing of sensitive information about the app or user.",
6   "homepage": "https://github.com/SandeepAggarwal/MWLogging",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Sandeep Aggarwal": "smartsandeep1129@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/sandeepCool77",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/SandeepAggarwal/MWLogging.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "MWLogging.{h,m}",
23   "requires_arc": true