[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 0 / 1 / DMCLogger / 0.1.0 / DMCLogger.podspec.json
blob1041b349e809bab2d46c16c2c692dbf20b894af2
2   "name": "DMCLogger",
3   "version": "0.1.0",
4   "summary": "Lightweight logging library with focus on extensibility.",
5   "description": "                       DMCLogger is a logging library written in Objective C that is focused on providing just the functionality you need to get the work done. It is also based on convenient abstractions in order to be extensible and simple to understand.\n",
6   "homepage": "https://github.com/danielmartin/DMCLogger",
7   "license": "MIT",
8   "authors": {
9     "Daniel Martín": "mardani29@yahoo.es"
10   },
11   "source": {
12     "git": "https://github.com/danielmartin/DMCLogger.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/dmartincy",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "DMCLogger/Classes/**/*.{h,m}",
21   "public_header_files": "DMCLogger/Classes/**/*.h"