[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / b / 1 / Loger / 0.1.0 / Loger.podspec.json
blob261d50a9caab900e2b8868fd58b83e1c5df5baad
2   "name": "Loger",
3   "version": "0.1.0",
4   "summary": "Loger is simple logging framework written in Swift",
5   "description": "Loger is simplified logging framework written in pure Swift. All you need to do, is define `LogLevel`, formatting and endpoint (simple `print`, or whatever you want).",
6   "homepage": "https://github.com/pmieszal/Loger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patryk MieszaƂa": "patryk.mieszala@programisci.eu"
13   },
14   "source": {
15     "git": "https://github.com/pmieszal/Loger.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Loger/**/*",
22   "pushed_with_swift_version": "3.2"