[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 7 / PNLog / 0.1.0 / PNLog.podspec.json
blob53cc1dcf1636bb3837ca4a4fa2f17e31cd94efb6
2   "name": "PNLog",
3   "version": "0.1.0",
4   "summary": "This pod allows to print Logs only in Debug environment. In a release / production environment - the logs would not be printed.",
5   "description": "Many a times developers forget to comment or disable the logs in the release / production environment. This is a simple pod allows to print Logs only in Debug environment. In a release / production environment - the logs would not be printed.",
6   "homepage": "https://github.com/croozeus/PNLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pankaj Nathani": "Pankaj Nathani"
13   },
14   "source": {
15     "git": "https://github.com/croozeus/PNLog.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PNLog/Classes/**/*"