[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 6 / 4 / Log4swift / 1.0.4 / Log4swift.podspec.json
blob59e2374a8ba964ceb69f8468b555b6483203cb77
2   "name": "Log4swift",
3   "version": "1.0.4",
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     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/jduquennoy/Log4swift.git",
20     "tag": "v1.0.4"
21   },
22   "source_files": [
23     "Log4swift",
24     "Log4swift/**/*.{swift,h,m}",
25     "Third parties/**/*.{h,m}"
26   ],
27   "public_header_files": [
28     "Log4swift/log4swift.h",
29     "Third Parties/NSLogger/*.h",
30     "Log4swift/Objective-c wrappers/*.h"
31   ],
32   "watchos": {
33     "exclude_files": [
34       "Third Parties/NSLogger/*",
35       "Log4swift/Appenders/NSLoggerAppender.swift"
36     ]
37   }