[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / DLLog / 1.0.2 / DLLog.podspec.json
blob7444d3e9a7e14c986abd67a333ff12cafe486bdc
2   "name": "DLLog",
3   "version": "1.0.2",
4   "summary": "NSLog-like logging API with support for level and context filtering.",
5   "description": "**DLLog** aims to provide an NSLog-like logging API with support for (compile-time, as well as optional run-time) level and (optional run-time only) context filtering.",
6   "homepage": "https://github.com/regexident/DLLog",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/DLLog.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "DLLog/Classes/*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "4.0",
22     "osx": "10.6"
23   }