[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 6 / 4 / Log4swift / 1.0.0b2 / Log4swift.podspec.json
blob3962b90e1bd672c7639467774da4b2ee766b2dce
2   "name": "Log4swift",
3   "version": "1.0.0b2",
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.9"
17   },
18   "source": {
19     "git": "https://github.com/jduquennoy/Log4swift.git",
20     "tag": "versions/1.0.0b2"
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   ]