[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 6 / 4 / Log4swift / 1.1.0 / Log4swift.podspec.json
blob93b30544bfcc56207f5a46d0b2dbb3b32e65f672
2   "name": "Log4swift",
3   "version": "1.1.0",
4   "summary": "A looging library written in swift.",
5   "description": "Log4swift is a logging library similar in philosophy to log4j.\nIt is meant to be :\n\n* very simple to use for simple cases\n* extensively configurable for less simple cases\n* taking advantage of the swift 2 language",
6   "homepage": "http://github.com/jduquennoy/Log4swift",
7   "license": {
8     "type": "Apache v2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerome Duquennoy": "jerome@duquennoy.fr"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0",
17     "osx": "10.10"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.1",
22     "4.2",
23     "5.0"
24   ],
25   "source": {
26     "git": "https://github.com/jduquennoy/Log4swift.git",
27     "tag": "v1.1.0"
28   },
29   "source_files": [
30     "Log4swift",
31     "Log4swift/**/*.{swift,h,m}",
32     "Third parties/**/*.{h,m}"
33   ],
34   "public_header_files": [
35     "Log4swift/log4swift.h",
36     "Third Parties/NSLogger/*.h",
37     "Log4swift/Objective-c wrappers/*.h"
38   ],
39   "watchos": {
40     "exclude_files": [
41       "Third Parties/NSLogger/*",
42       "Log4swift/Appenders/NSLoggerAppender.swift"
43     ]
44   },
45   "swift_version": "5.0"